Skip to content

Commit 20cef0c

Browse files
committed
Fix typo in documentation
1 parent 97b730d commit 20cef0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-sort-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Examples of **correct** code for this rule:
3030
"shorthandFirst": <boolean>,
3131
"shorthandLast": <boolean>,
3232
"multilineFirst": <boolean>,
33-
"multilineFirst": <boolean>,
33+
"multilineLast": <boolean>,
3434
"ignoreCase": <boolean>,
3535
"noSortAlphabetically": <boolean>,
3636
"reservedFirst": <boolean>|<array<string>>,

0 commit comments

Comments
 (0)