From 6dd9fd9a3440722e2c06ffa43293d1181335243b Mon Sep 17 00:00:00 2001 From: Tomas Echeverri Date: Wed, 6 Jan 2016 02:09:21 -0500 Subject: [PATCH] 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 --- public/docs/js/latest/quickstart.jade | 2 +- public/docs/ts/latest/quickstart.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.