Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Smith <[email protected]>
  • Loading branch information
AugustinMauroy and JakobJingleheimer authored Nov 21, 2024
1 parent 79b0149 commit 8590905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CI will run lint & type checking and all included test files against all PRs.
New recipes are added under `./recipes` in their own folder, succinctly named for what it does. General-purpose recipes have simple names like `correct-ts-specifiers`. A suite of migrations has a name like `migrate from 18 to 20`, and more specific migrations are named like `migrate fs.readFile from 18 to 20`.


## Before pushign a commit
## Before pushing a commit

- Do `node --run lint:fix` to fix linting issues
- Do `node --run format:fix` to format code
Expand Down

0 comments on commit 8590905

Please sign in to comment.