From 172e497fecafb67178088f4aefae4a287843b544 Mon Sep 17 00:00:00 2001 From: Gian Marco Gherardi Date: Fri, 17 Jun 2016 18:33:03 +0200 Subject: [PATCH] docs(quickstart/js): app JS files order is not significant closes #1682 --- 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 4aec047caf..cba04af225 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -266,7 +266,7 @@ code-example(format=""). 1. We load the JavaScript libraries we need; learn about them [below](#libraries). - 2. We load our JavaScript files, paying attention to their order (`main.js` needs `app.module.js` to be there first, and `app.module.js` needs `app.component.js`). + 2. We load our JavaScript files. 3. We add the `` tag in the ``. **This is where our app lives!**