From f3f9556c9f136705cf61f3ba52d1df89f73b202f Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Tue, 9 Nov 2021 19:06:25 -0300 Subject: [PATCH] docs: fix typo --- 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 03a3c2aa8b..968e141814 100644 --- a/docs/guides-local-setup.md +++ b/docs/guides-local-setup.md @@ -45,7 +45,7 @@ Check the [husky documentation](https://typicode.github.io/husky/#/?id=manual) o ### Test simple usage -For a first simple usage test of commlitlint you can do the following: +For a first simple usage test of commitlint you can do the following: ```bash npx commitlint --from HEAD~1 --to HEAD --verbose