diff options
author | Rich Trott <rtrott@gmail.com> | 2015-05-20 22:46:02 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-05-22 11:05:51 -0400 |
commit | 2bb2f06b3e53ca44687afdaa9b833e0b6181ff76 (patch) | |
tree | 1a9164c916ac8a46e6164397e0ada02cd98a5576 /CONTRIBUTING.md | |
parent | 515afc6367279f82f3ec3cc95b04d8cc0a5542b3 (diff) | |
download | nodejs-2bb2f06b3e53ca44687afdaa9b833e0b6181ff76.tar.gz nodejs-2bb2f06b3e53ca44687afdaa9b833e0b6181ff76.tar.bz2 nodejs-2bb2f06b3e53ca44687afdaa9b833e0b6181ff76.zip |
doc: fix typo in CONTRIBUTING.md
PR-URL: https://github.com/nodejs/io.js/pull/1755
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec0abb07d..2ab54f981 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,8 +55,8 @@ projects. Do not send your patch to us, we cannot accept it. In case of doubt, open an issue in the [issue tracker](https://github.com/nodejs/io.js/issues/) or contact one of the -[project Collaborators](https://github.com/nodejs/io.js/#current-project-team-members) -([IRC](http://webchat.freenode.net/?channels=io.js) is often the best medium.)Especially do so if you plan to work on something big. Nothing is more +[project Collaborators](https://github.com/nodejs/io.js/#current-project-team-members). +([IRC](http://webchat.freenode.net/?channels=io.js) is often the best medium.) Especially do so if you plan to work on something big. Nothing is more frustrating than seeing your hard work go to waste because your vision does not align with the project team. |