Skip to content

Commit b02f3a3

Browse files
authored
Fix a typo (#719)
1 parent fdf6ee3 commit b02f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-nested-ternary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const foo = i > 5 ? (i < 100 ? true : false) : true
3636

3737
## Disabling ESLint `no-nested-ternary`
3838

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

4141
```json
4242
{

0 commit comments

Comments
 (0)