Skip to content

Commit 55523f3

Browse files
authored
Fix typo
1 parent a5f259f commit 55523f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-max-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It takes an option as the second parameter which can be a positive number for de
2323

2424
```js
2525
...
26-
"react/jsx-no-depth": [<enabled>, { "max": <number> }]
26+
"react/jsx-max-depth": [<enabled>, { "max": <number> }]
2727
...
2828
```
2929

0 commit comments

Comments
 (0)