Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 59c1e1d

Browse files
committed
docs(quickstart): fix misplaced close paren
1 parent 2842058 commit 59c1e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ a(id="package-json")
115115

116116
:marked
117117
We execute most npm scripts in the following way: `npm run` + *script-name*.
118-
Some commands (such as `start` don't require the `run` keyword).
118+
Some commands (such as `start`) don't require the `run` keyword.
119119

120120
Here's what these scripts do:
121121

0 commit comments

Comments
 (0)