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:
parent
c3c8c13748
commit
6dd9fd9a34
|
@ -259,7 +259,7 @@ code-example(format="").
|
||||||
|
|
||||||
.l-main-section
|
.l-main-section
|
||||||
:marked
|
:marked
|
||||||
## Compile and run!
|
## Run!
|
||||||
|
|
||||||
Open a terminal window and enter this command:
|
Open a terminal window and enter this command:
|
||||||
code-example(format="").
|
code-example(format="").
|
||||||
|
|
|
@ -479,7 +479,7 @@ code-example(format="").
|
||||||
Learn more about SystemJS configuration [here](https://github.com/systemjs/systemjs/blob/master/docs/config-api.md).
|
Learn more about SystemJS configuration [here](https://github.com/systemjs/systemjs/blob/master/docs/config-api.md).
|
||||||
:marked
|
:marked
|
||||||
With those cautions in mind, what are we doing here?
|
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
|
:marked
|
||||||
The `packages` node tells SystemJS what to do when it sees a request for a
|
The `packages` node tells SystemJS what to do when it sees a request for a
|
||||||
module from the `app/` folder.
|
module from the `app/` folder.
|
||||||
|
|
Loading…
Reference in New Issue