diff --git a/docs/how-to.md b/docs/how-to.md index 0443afc7e..66f0b870b 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -5,7 +5,7 @@ Husky allows you to execute local commands before running hooks. It reads commands from these files: - `$XDG_CONFIG_HOME/husky/init.sh` -- `~/.config/home/init.sh` +- `~/.config/husky/init.sh` - `~/.huskyrc` (deprecated) ## Skipping Git Hooks @@ -278,4 +278,4 @@ yarn test bun test ``` -::: \ No newline at end of file +:::