meta: add "with" and oxford comma to sentence

This commit is contained in:
Xymorot 2020-02-08 18:43:21 +01:00
parent b6081f1a64
commit 21ac8602ff
1 changed files with 1 additions and 1 deletions

View File

@ -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