Skip to content

Commit 9ba3929

Browse files
authored
Fix jsx-max-props-per-line options example
1 parent a4bf7da commit 9ba3929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-max-props-per-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Examples of **correct** code for this rule:
4343
// OR
4444

4545
...
46-
"react/jsx-max-props-per-line": [<enabled>, { "maximum": { single <number> multi: <number> } }]
46+
"react/jsx-max-props-per-line": [<enabled>, { "maximum": { "single": <number>, "multi": <number> } }]
4747
...
4848
```
4949

0 commit comments

Comments
 (0)