Skip to content

Commit

Permalink
Fix jsx-max-props-per-line options example
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRaiter committed Sep 24, 2021
1 parent a4bf7da commit 9ba3929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-max-props-per-line.md
Expand Up @@ -43,7 +43,7 @@ Examples of **correct** code for this rule:
// OR

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

Expand Down

0 comments on commit 9ba3929

Please sign in to comment.