From c89b01bf6838134b7da9efd1f99bab7c6b385e3e Mon Sep 17 00:00:00 2001 From: Drew Hintz Date: Tue, 16 Aug 2016 22:43:58 -0700 Subject: [PATCH] fix typo: .ts should be .js --- public/docs/js/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 3dc5beb299..4aec047caf 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -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')