Skip to content

Commit 1ef658a

Browse files
barreiraljharb
authored andcommitted
[Docs] jsx-first-prop-new-line: Fix rule name in "Rule Options" section
1 parent f02e8ae commit 1ef658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-first-prop-new-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following patterns are **not** considered warnings when configured `"multili
102102
## Rule Options
103103

104104
```jsx
105-
"react/jsx-first-props-per-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
105+
"react/jsx-first-prop-new-line": `"always" | "never" | "multiline" | "multiline-multiprop"`
106106
```
107107

108108
## When not to use

0 commit comments

Comments
 (0)