docs(quickstart): fix misplaced close paren
This commit is contained in:
parent
2842058a30
commit
59c1e1def4
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue