Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8a8f1c1

Browse files
author
Alex Wolfe
committed
Merge pull request #13 from angular/resources
add space
2 parents 3873e22 + b14a44c commit 8a8f1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ p.
4545

4646
h4 es6-shim
4747
p.
48-
The <strong>quickstart</strong> repository includes <code>es6-shim.js</code>.
48+
The <strong>quickstart</strong> repository includes <code>es6-shim.js</code>.
4949
The es6-shim.js file includes dependencies (such as Traceur) needed to compile
5050
ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code.
5151

@@ -233,7 +233,7 @@ p.
233233
// Rewrite the paths to load the files
234234
System.paths = {
235235
'angular2/*':'/quickstart/angular2/*.js', // Angular
236-
'rtts_assert/*': '/quickstart/rtts_assert/*.js', //Runtime assertions
236+
'rtts_assert/*': '/quickstart/rtts_assert/*.js', // Runtime assertions
237237
'app': 'app.es6' // The my-app component
238238
};
239239

0 commit comments

Comments
 (0)