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

Commit 52ece78

Browse files
committed
docs(toh-pt1): revision suggested in #412
closes #941
1 parent ab2a359 commit 52ece78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ code-example(format="" language="bash").
6767
Let's convert the `hero` from a literal string to an interface.
6868

6969
Create a `Hero` interface with `id` and `name` properties.
70-
Keep this near the top of the `app.component.ts` file for now.
70+
For now put this near the top of the `app.component.ts` file, just below the import statement.
7171

7272
+makeExample('toh-1/ts/app/app.component.ts', 'hero-interface-1', 'app.component.ts (Hero interface)')(format=".")
7373

0 commit comments

Comments
 (0)