Skip to content

Commit 317cab5

Browse files
committed
Update README
1 parent 9b0a096 commit 317cab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The fixer is **run quietly** to avoid any output. If there are violations it is
66

77
Only **changed files** since the the last commit are checked unless configuration files that might impact all files are changed, in which case a full check is done.
88

9-
The hook is invoked by `git commit`, and [can be bypassed](https://git-scm.com/docs/githooks#_pre_commit) with the `--no-verify` option.
9+
This hook is invoked by `git commit`, and [can be bypassed](https://git-scm.com/docs/githooks#_pre_commit) with the `--no-verify` option.
1010

1111
```sh
1212
git commit --no-verify

0 commit comments

Comments
 (0)