Skip to content

Commit 812c82b

Browse files
committed
docs: remove leftover double hyphen in setup guide
1 parent be7bbca commit 812c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/local-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm install --save-dev husky
3434
npx husky install
3535

3636
# Add commit message linting to commit-msg hook
37-
echo "npx --no -- commitlint --edit \$1" > .husky/commit-msg
37+
echo "npx --no commitlint --edit \$1" > .husky/commit-msg
3838
# Windows users should use ` to escape dollar signs
3939
echo "npx --no commitlint --edit `$1" > .husky/commit-msg
4040
```

0 commit comments

Comments
 (0)