Skip to content

Commit

Permalink
Docs: Fix a typo in array-bracket-spacing documentation (#7667)
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrero authored and ilyavolodin committed Nov 27, 2016
1 parent f8adadc commit cc4cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/array-bracket-spacing.md
Expand Up @@ -172,7 +172,7 @@ var foo = [{ 'foo': 'bar' }];

### objectsInArrays

Examples of **incorrect** this rule with the `"always", { "objectsInArrays": false }` options:
Examples of **incorrect** code for this rule with the `"always", { "objectsInArrays": false }` options:

```js
/*eslint array-bracket-spacing: ["error", "always", { "objectsInArrays": false }]*/
Expand Down

0 comments on commit cc4cedc

Please sign in to comment.