diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 932a3eb81d..fe2642776a 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -115,7 +115,7 @@ a(id="package-json") :marked We execute most npm scripts in the following way: `npm run` + *script-name*. - Some commands (such as `start` don't require the `run` keyword). + Some commands (such as `start`) don't require the `run` keyword. Here's what these scripts do: