Skip to content

Commit

Permalink
Merge pull request #197 from tkrotoff/patch-2
Browse files Browse the repository at this point in the history
Missing comma
  • Loading branch information
dignifiedquire committed Nov 16, 2015
2 parents 6113da9 + dfb3183 commit 66a95ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ CoffeeScript files) with:

```javascript
coverageReporter: {
instrumenters: { ibrik : require('ibrik') }
instrumenters: { ibrik : require('ibrik') },
instrumenter: {
'**/*.coffee': 'ibrik'
},
Expand Down

0 comments on commit 66a95ff

Please sign in to comment.