Skip to content

Commit

Permalink
Merge pull request #821 from PatNeedham/docs/contributing-typo
Browse files Browse the repository at this point in the history
docs(contributing): fix typo
  • Loading branch information
nicolo-ribaudo committed Jan 30, 2020
2 parents 758d4b5 + a967311 commit 8b47312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -10,8 +10,8 @@

I'm not too strict with coding styles.

While personally I'm using the [node-style-guide](https://github.com/felixge/node-style-guide), as long you don't to something too weird or fancy, that's probably ok.
While personally I'm using the [node-style-guide](https://github.com/felixge/node-style-guide), as long you don't do something too weird or fancy, that's probably ok.

If, however, you want to ensure that you're following the node style guide, you can use [JSCS](https://github.com/jscs-dev/node-jscs). The rules are already set on the [.jscsrc](https://github.com/babel/babel-loader/blob/master/.jscsrc) file and there's most likely some [package](http://jscs.info/overview.html#friendly-packages) to your editor already.

Documentation, wether in the state of JavaDoc or simple line comments are always welcome.
Documentation, whether in the state of JavaDoc or simple line comments are always welcome.

0 comments on commit 8b47312

Please sign in to comment.