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

Commit e6db3eb

Browse files
adhintzwardbell
authored andcommitted
docs(toh/js): fix typo -.ts should be .js
closes #2127
1 parent 66a36be commit e6db3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ code-example(format="").
217217
Angular apps are composed of [Angular Modules](guide/ngmodule.html) that
218218
snuggly contain all our components and everything else we need for our app.
219219

220-
Create the `app/app.module.ts` file with the following content:
220+
Create the `app/app.module.js` file with the following content:
221221

222222
+makeExample('quickstart/js/app/app.module.js', null, 'app/app.module.js')
223223

0 commit comments

Comments
 (0)