From f2b8fe638e878b483bb09433e24f0a0b0778f53f Mon Sep 17 00:00:00 2001 From: David East Date: Wed, 4 Mar 2015 22:58:14 -0800 Subject: [PATCH] .es6 or .js --- public/docs/js/latest/quickstart.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index c12c36ee80..0b3a940e9a 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -67,7 +67,9 @@ p. touch index.html touch app.es6 - .alert.is-helpful The .es6 extension signifies that the file uses ES6 syntax. + .alert.is-helpful. + The .es6 extension signifies that the file uses ES6 syntax. If your editor doesn't + support syntax highlighting for .es6, use .js. p Inside of app.es6, import the required modules from Angular: