Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 172e497

Browse files
gimmiwardbell
authored andcommitted
docs(quickstart/js): app JS files order is not significant
closes #1682
1 parent 40a9b49 commit 172e497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/docs/js/latest/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ code-example(format="").
266266

267267
1. We load the JavaScript libraries we need; learn about them [below](#libraries).
268268

269-
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`).
269+
2. We load our JavaScript files.
270270

271271
3. We add the `<my-app>` tag in the `<body>`. **This is where our app lives!**
272272

0 commit comments

Comments
 (0)