Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed Aug 28, 2019
1 parent 73739db commit f93d6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Just run `t2 update` to make sure you are running the most recent build of OpenW
## Testing

### Overview
In order to maintain a reliable code base, there is extensive code coverage and style checking involved with adding to or editting this repo. [Grunt](http://gruntjs.com) is used as the task runner, along with plugins for the following tools:
In order to maintain a reliable code base, there is extensive code coverage and style checking involved with adding to or editing this repo. [Grunt](http://gruntjs.com) is used as the task runner, along with plugins for the following tools:

- [jshint](http://jshint.com/docs/): used to verify our best practices and prevents us from making mistakes that could lead to hard-to-find bugs, see [`.jshintrc`](https://github.com/tessel/t2-cli/blob/master/.jshintrc) for our configuration
- [jscs](http://jscs.info): used to maintain the project's preferred code style, see [`.jscsrc`](https://github.com/tessel/t2-cli/blob/master/.jscsrc) for our configuration
Expand Down

0 comments on commit f93d6a1

Please sign in to comment.