Skip to content

Commit

Permalink
docs: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 24, 2023
1 parent 65a4c67 commit 7a12bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To automatically have Git hooks enabled after install, edit `package.json`

:::

Create a `pre-commit` hook
Create a `pre-commit` file in `husky/` directory

::: code-group

Expand All @@ -53,7 +53,7 @@ git commit -m "Keep calm and commit"
```

::: info
Yarn 2+ doesn't support `prepare` lifecycle script, so husky needs to be installed differently (this doesn't apply to Yarn 1 though). See [Yarn 2+ install](#yarn-2).
Yarn 2+ doesn't support `prepare` lifecycle script, so husky needs to be installed differently. See [Yarn 2+ install](#yarn-2).
:::

::: warning
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 Git hooks](https://git-scm.com/docs/githooks).
You can use it to **lint your commit messages**, **run tests**, **lint code**, etc... when you commit or push. Husky supports [all client-side Git hooks](https://git-scm.com/docs/githooks).

Click [here](/getting-started) to get started.

Expand Down

0 comments on commit 7a12bd3

Please sign in to comment.