docs(quickstart): fix misplaced close paren

This commit is contained in:
Dan Smith 2016-05-03 17:54:54 -04:00
parent 2842058a30
commit 59c1e1def4
1 changed files with 1 additions and 1 deletions

View File

@ -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: