diff --git a/docs/get-started.md b/docs/get-started.md index 2283b404e..719dbbbfe 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -73,8 +73,8 @@ prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') - git update-index --again ``` -_This is a basic but workinkg example, check [lint-staged](https://github.com/lint-staged/lint-staged) if you need more._ +_This is a basic but working example, check [lint-staged](https://github.com/lint-staged/lint-staged) if you need more._ ### Disabling hooks -Husky doesn't force Git hooks. It can be globally disabled (`HUSKY=0`) or be opt-in if wanted. See the [How To](how-to) section for manual setup and more information. \ No newline at end of file +Husky doesn't force Git hooks. It can be globally disabled (`HUSKY=0`) or be opt-in if wanted. See the [How To](how-to) section for manual setup and more information.