Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fix multiline-ternary typos (#6704)
  • Loading branch information
cmalard authored and kaicataldo committed Jul 18, 2016
1 parent c64b0c2 commit f916ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/multiline-ternary.md
Expand Up @@ -38,7 +38,7 @@ foo > bar ?
Examples of **correct** code for this rule:

```js
/*eslint newline-before-return: "error"*/
/*eslint multiline-ternary: "error"*/

foo > bar ?
value1 :
Expand All @@ -61,4 +61,4 @@ You can safely disable this rule if you do not have any strict conventions about

## Compatibility

* **JSCS**: [requireMultiLineTernary](http://http://jscs.info/rule/requireMultiLineTernary)
* **JSCS**: [requireMultiLineTernary](http://jscs.info/rule/requireMultiLineTernary)

0 comments on commit f916ae5

Please sign in to comment.