diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index fe3504a4e9..42bf890150 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -45,7 +45,7 @@ p. h4 es6-shim p. - The quickstart repository includes es6-shim.js. + The quickstart repository includes es6-shim.js. The es6-shim.js file includes dependencies (such as Traceur) needed to compile ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code. @@ -233,7 +233,7 @@ p. // Rewrite the paths to load the files System.paths = { 'angular2/*':'/quickstart/angular2/*.js', // Angular - 'rtts_assert/*': '/quickstart/rtts_assert/*.js', //Runtime assertions + 'rtts_assert/*': '/quickstart/rtts_assert/*.js', // Runtime assertions 'app': 'app.es6' // The my-app component };