Skip to content

Commit

Permalink
Fix a typo (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 6, 2020
1 parent fdf6ee3 commit b02f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-nested-ternary.md
Expand Up @@ -36,7 +36,7 @@ const foo = i > 5 ? (i < 100 ? true : false) : true

## Disabling ESLint `no-nested-ternary`

We recomend disabling the ESLint `no-nested-ternary` rule in favor of this one:
We recommend disabling the ESLint `no-nested-ternary` rule in favor of this one:

```json
{
Expand Down

0 comments on commit b02f3a3

Please sign in to comment.