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

Commit 3717527

Browse files
committed
file name fixed
1 parent 9659b51 commit 3717527

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
@@ -273,7 +273,7 @@ include ../../../../_includes/_util-fns
273273
* We declared our use of `NgModel` and other Form directives
274274
by setting the component's `directives` metadata property to the `FORMS_DIRECTIVES` array.
275275

276-
Here's the complete `AppComponent.ts` as it stands now:
276+
Here's the complete `app.ts` as it stands now:
277277

278278
code-example(format="linenums").
279279
import {bootstrap, Component, FORM_DIRECTIVES} from 'angular2/angular2';

0 commit comments

Comments
 (0)