Skip to content

Commit 71e5dcb

Browse files
Small typo fix (#1471)
1 parent 9cef99b commit 71e5dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') -
7373
git update-index --again
7474
```
7575

76-
_This is a basic but workinkg example, check [lint-staged](https://github.com/lint-staged/lint-staged) if you need more._
76+
_This is a basic but working example, check [lint-staged](https://github.com/lint-staged/lint-staged) if you need more._
7777

7878
### Disabling hooks
7979

80-
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.
80+
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.

0 commit comments

Comments
 (0)