Skip to content

Commit

Permalink
docs(contributing): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PatNeedham committed Jan 30, 2020
1 parent 758d4b5 commit a967311
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 a967311

Please sign in to comment.