Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4d44cde

Browse files
kapunahelewongwardbell
authored andcommitted
docs(reactive-forms): fix typo in link (#3527)
1 parent 814a64a commit 4d44cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/reactive-forms.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ a#set-data
708708
:marked
709709
In this approach, the value of `hero` in the `HeroDetailComponent` changes
710710
every time the user selects a new hero.
711-
You should call _setValue_ in the [ngOnChanges](lifecyle-hooks.html#onchanges)
711+
You should call _setValue_ in the [ngOnChanges](lifecycle-hooks.html#onchanges)
712712
hook, which Angular calls whenever the input `hero` property changes
713713
as the following steps demonstrate.
714714

0 commit comments

Comments
 (0)