diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index a2fb145591..88e3731334 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -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=""). diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 332d4115f0..163505fb42 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -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.