docs(toh/js): fix typo -.ts should be .js

closes #2127
This commit is contained in:
Drew Hintz 2016-08-16 22:43:58 -07:00 committed by Ward Bell
parent 66a36bea05
commit e6db3ebadb
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ code-example(format="").
Angular apps are composed of [Angular Modules](guide/ngmodule.html) that
snuggly contain all our components and everything else we need for our app.
Create the `app/app.module.ts` file with the following content:
Create the `app/app.module.js` file with the following content:
+makeExample('quickstart/js/app/app.module.js', null, 'app/app.module.js')