meta: add "with" and oxford comma to sentence
This commit is contained in:
parent
b6081f1a64
commit
21ac8602ff
|
@ -105,7 +105,7 @@ You might find the following types in the git history but their use is discourag
|
|||
|
||||
#### Git Hooks
|
||||
|
||||
This project uses [Husky](https://github.com/typicode/husky) to define git hooks. The point of the pre-commit hook is to have a clean commits. This means correctly formatted, without linter errors and functioning tests. The `npm run fix` script fixes all fixable errors, the tests you have to fix yourself.
|
||||
This project uses [Husky](https://github.com/typicode/husky) to define git hooks. The point of the pre-commit hook is to have a clean commits. This means correctly formatted, without linter errors, and with functioning tests. The `npm run fix` script fixes all fixable errors, the tests you have to fix yourself.
|
||||
|
||||
### Database
|
||||
|
||||
|
|
Loading…
Reference in New Issue