Skip to content

Commit

Permalink
Docs: fix inconsistent spacing inside block comment (#6768)
Browse files Browse the repository at this point in the history
Other block comments in this file follow the pattern of a space after the opening `/*` and before the closing `*/`; this one was spaced inconsistently so I modified it to match the spacing shown on the others.
  • Loading branch information
bjacobel authored and alberto committed Jul 26, 2016
1 parent 2983c32 commit 628aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Environments can be specified inside of a file, in configuration files or using
To specify environments using a comment inside of your JavaScript file, use the following format:

```js
/*eslint-env node, mocha */
/* eslint-env node, mocha */
```

This enables Node.js and Mocha environments.
Expand Down

0 comments on commit 628aae4

Please sign in to comment.