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

Commit 2ee6765

Browse files
xadhixwardbell
authored andcommitted
docs(toh-3): corrected incorrect displayed file name in tutorial (#3457)
1 parent f1c6220 commit 2ee6765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt3.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ a#add-hero-detail
177177
Coordinate the master `AppComponent` with the `HeroDetailComponent`
178178
by binding the `selectedHero` property of the `AppComponent`
179179
to the `hero` property of the `HeroDetailComponent`.
180-
+makeExample('toh-3/ts/app/app.component.1.html', 'hero-detail-binding', 'app.component.html (excerpt)')(format='.')
180+
+makeExample('toh-3/ts/app/app.component.1.html', 'hero-detail-binding', 'app.component.ts (excerpt)')(format='.')
181181
:marked
182182
Now every time the `selectedHero` changes, the `HeroDetailComponent` gets a new hero to display.
183183

0 commit comments

Comments
 (0)