Skip to content

Commit

Permalink
Docs: Default option from operator-linebreak is afterand not alwa…
Browse files Browse the repository at this point in the history
…ys (#7228)
  • Loading branch information
k15a authored and platinumazure committed Sep 24, 2016
1 parent f5ae6d0 commit a5817ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/operator-linebreak.md
Expand Up @@ -36,7 +36,7 @@ Object option:

### after

Examples of **incorrect** code for this rule with the default `"always"` option:
Examples of **incorrect** code for this rule with the default `"after"` option:

```js
/*eslint operator-linebreak: ["error", "after"]*/
Expand All @@ -60,7 +60,7 @@ answer = everything
: foo;
```

Examples of **correct** code for this rule with the default `"always"` option:
Examples of **correct** code for this rule with the default `"after"` option:

```js
/*eslint operator-linebreak: ["error", "after"]*/
Expand Down

0 comments on commit a5817ae

Please sign in to comment.