From 4879ac381aec2225a7eae91ea3d00527b696d30f Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Mon, 29 Jun 2015 16:28:55 +0100 Subject: [PATCH] fix spelling mistakes --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7c4981..f0e413e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,11 +6,11 @@ Contributions can be made via a Pull Request on [Github](https://github.com/mike ##Pull Requests -- **[jQuery coding style](https://contribute.jquery.org/style-guide/js/)** - [JSCS](http://jscs.info/). Make sure you run `gulp sa` before commiting your code. +- **[jQuery coding style](https://contribute.jquery.org/style-guide/js/)** - [JSCS](http://jscs.info/). Make sure you run `gulp sa` before committing your code. - **Add tests where appropriate** - [Mocha](http://mochajs.org/), [Chai](http://chaijs.com/) -- **Document any change in behaviour** - Make sure the README and any other relevant documentation are kept up-to-date. +- **Document any change in behavior** - Make sure the README and any other relevant documentation are kept up-to-date. - **Create topic branches** - i.e `feature/some-awesome-feature`.