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

Commit 6bcbd4b

Browse files
docs(reactive-forms): fix travis error
1 parent 4b2259a commit 6bcbd4b

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
@@ -575,7 +575,7 @@ a#set-data
575575
In order to use `ngOnChanges`, add it to the `hero-detail.component.ts`
576576
imports.
577577

578-
+makeExample('reactive-forms/ts/app/hero-detail-5.component.ts', 'imports','app/hero-detail.component.ts (excerpt)')(format=".")
578+
+makeExample('reactive-forms/ts/app/hero-detail-5.component.ts', 'import-input','app/hero-detail.component.ts (excerpt)')(format=".")
579579

580580
:marked
581581
Here's what `ngOnChanges` should look like:

0 commit comments

Comments
 (0)