Skip to content

Commit 7ff17db

Browse files
dvandykevicb
authored andcommitted
docs(CONTRIBUTING.md) : fix grammatical error in refactor description
Grammar: - Consistency using "neither" with "nor"
1 parent 1d11fde commit 7ff17db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Must be one of the following:
180180
* **docs**: Documentation only changes
181181
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
182182
semi-colons, etc)
183-
* **refactor**: A code change that neither fixes a bug or adds a feature
183+
* **refactor**: A code change that neither fixes a bug nor adds a feature
184184
* **perf**: A code change that improves performance
185185
* **test**: Adding missing tests
186186
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation

0 commit comments

Comments
 (0)