We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf6ee3 commit b02f3a3Copy full SHA for b02f3a3
docs/rules/no-nested-ternary.md
@@ -36,7 +36,7 @@ const foo = i > 5 ? (i < 100 ? true : false) : true
36
37
## Disabling ESLint `no-nested-ternary`
38
39
-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:
40
41
```json
42
{
0 commit comments