From 21ac8602ff447312215b38a7e8286ff8f924605f Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sat, 8 Feb 2020 18:43:21 +0100 Subject: [PATCH] meta: add "with" and oxford comma to sentence --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72541a3..b657577 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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