Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jan 15, 2025
1 parent 6d6977f commit e8bf594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default.extend-words]
"Pn" = "Pn" # for PnP
2 changes: 1 addition & 1 deletion docs/mdbook/configuration/lefthook.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provide a full path to lefthook executable or a command to run lefthook. Bourne
There are three reasons you may want to specify `lefthook`:

1. You want to force using specific lefthook version from your dependencies (e.g. npm package)
1. You use OnP loader for your JS/TS project, and your `package.json` with lefthook dependency locates in a subfolder
1. You use PnP loader for your JS/TS project, and your `package.json` with lefthook dependency locates in a subfolder
1. You want to make sure you use concrete lefthook executable path and want to defined it in `lefthook-local.yml`

### Examples
Expand Down

0 comments on commit e8bf594

Please sign in to comment.