diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade
index 7dbc387f85..55a25200cf 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 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.
@@ -213,14 +213,13 @@ p.
p.
The last step is to load the module for the my-app component.
- To do this, we'll use the System library,
- which is included in es6-shim.
+ To do this, we'll use the System library, which is included in the quickstart repository.
.l-sub-section
h3 System.js
p.
- System is a third-party open-source library that
+ System is a third-party open-source library that
adds ES6 module loading functionality to browsers.
p.