From 44ed53b5458e9635b42eb6901159304125a1a25e Mon Sep 17 00:00:00 2001 From: Useful Idiot Date: Thu, 19 Nov 2015 13:42:55 -0600 Subject: [PATCH] Fix typo --- contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index 04242cd1..dad6e552 100644 --- a/contributing.md +++ b/contributing.md @@ -21,9 +21,9 @@ Very important notes ==================== * **Pull pull requests to the `master` branch will be closed.** Please submit all pull requests to the `develop` branch. - * **Pull requests will not be merged without unit tests.** + * **Pull requests will not be merged without unit tests.** * **Do not include the minified files in your pull request.** - * **Have good tests. If you don't have tests for very line and branch in your changes, I won't accept the PR. + * **Have good tests. If you don't have tests for every line and branch in your changes, I won't accept the PR. * **If your PR fails the CI build, I won't look at it. Gulp tasks @@ -31,4 +31,4 @@ Gulp tasks We use Gulp for managing the build. Here are some useful Gulp tasks: - * `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. \ No newline at end of file + * `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.