Skip to content

Commit

Permalink
Docs: Correct the comment in an example for no-mixed-requires (#8686)
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae authored and not-an-aardvark committed Jun 4, 2017
1 parent 026f048 commit 735cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-mixed-requires.md
Expand Up @@ -76,7 +76,7 @@ Examples of **incorrect** code for this rule with the `{ "grouping": true }` opt
```js
/*eslint no-mixed-requires: ["error", { "grouping": true }]*/

// invalid because of mixed types "core" and "file"
// invalid because of mixed types "core" and "module"
var fs = require('fs'),
async = require('async');

Expand Down

0 comments on commit 735cd09

Please sign in to comment.