docs(quickstart): typos in TS and JS

closes #656 and #657
Missing ')' in label of TS #656
JavaScript files do not compile just run #657
This commit is contained in:
Tomas Echeverri 2016-01-06 02:09:21 -05:00 committed by Ward Bell
parent c3c8c13748
commit 6dd9fd9a34
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ code-example(format="").
.l-main-section
:marked
## Compile and run!
## Run!
Open a terminal window and enter this command:
code-example(format="").

View File

@ -479,7 +479,7 @@ code-example(format="").
Learn more about SystemJS configuration [here](https://github.com/systemjs/systemjs/blob/master/docs/config-api.md).
:marked
With those cautions in mind, what are we doing here?
+makeExample('quickstart/ts/index.html', 'systemjs', 'index.html (System configuration')(format=".")
+makeExample('quickstart/ts/index.html', 'systemjs', 'index.html (System configuration)')(format=".")
:marked
The `packages` node tells SystemJS what to do when it sees a request for a
module from the `app/` folder.