Skip to content

Commit 44ed53b

Browse files
author
Useful Idiot
committed
Fix typo
1 parent 11e6cb2 commit 44ed53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Very important notes
2121
====================
2222

2323
* **Pull pull requests to the `master` branch will be closed.** Please submit all pull requests to the `develop` branch.
24-
* **Pull requests will not be merged without unit tests.**
24+
* **Pull requests will not be merged without unit tests.**
2525
* **Do not include the minified files in your pull request.**
26-
* **Have good tests. If you don't have tests for very line and branch in your changes, I won't accept the PR.
26+
* **Have good tests. If you don't have tests for every line and branch in your changes, I won't accept the PR.
2727
* **If your PR fails the CI build, I won't look at it.
2828

2929
Gulp tasks
3030
===========
3131

3232
We use Gulp for managing the build. Here are some useful Gulp tasks:
3333

34-
* `gulp` The default task checks the coding style, lints the code, calculates complexity, runs the tests, and enforces code coverage. You should make sure you do this before submitting a PR.
34+
* `gulp` The default task checks the coding style, lints the code, calculates complexity, runs the tests, and enforces code coverage. You should make sure you do this before submitting a PR.

0 commit comments

Comments
 (0)