From c4f65f1b4c25af1f57d5c2f7ed95ee83fd393001 Mon Sep 17 00:00:00 2001 From: "Dr. Derek Austin" Date: Wed, 20 Oct 2021 21:31:46 -0500 Subject: [PATCH] docs: wording [all Git hooks] (#965) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 223212d7d..cd74c1f99 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ Husky improves your commits and more 🐶 _woof!_ -You can use it to **lint your commit messages**, **run tests**, **lint code**, etc... when you commit or push. Husky supports [all](https://git-scm.com/docs/githooks) Git hooks. +You can use it to **lint your commit messages**, **run tests**, **lint code**, etc... when you commit or push. Husky supports [all Git hooks](https://git-scm.com/docs/githooks). # Features