From 0d5fd5b0b7287ab9e65da8cfb8e242b300d04d1e Mon Sep 17 00:00:00 2001 From: jschepke <38034933+jschepke@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:30:42 +0200 Subject: [PATCH] docs: fix grammar in sentence --- docs/guides-local-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides-local-setup.md b/docs/guides-local-setup.md index 993f5485c7..5c94c6d8d7 100644 --- a/docs/guides-local-setup.md +++ b/docs/guides-local-setup.md @@ -75,7 +75,7 @@ No staged files match any of provided globs. husky > commit-msg hook failed (add --no-verify to bypass) ``` -Since [v8.0.0](https://github.com/conventional-changelog/commitlint/releases/tag/v8.0.0) `commitlint` won't output anything if there is not problem with your commit.\ +Since [v8.0.0](https://github.com/conventional-changelog/commitlint/releases/tag/v8.0.0) `commitlint` won't output anything if there are no problems with your commit.\ (You can use the `--verbose` flag to get positive output) ```bash