From 71e5dcbbd925f4b8d32bc02f8a008ccb9ccd63f3 Mon Sep 17 00:00:00 2001 From: Philip Belesky Date: Thu, 18 Jul 2024 19:24:29 +1000 Subject: [PATCH] Small typo fix (#1471) --- docs/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.