Skip to content

Commit 11aa238

Browse files
committed
Fix typo
1 parent ebab180 commit 11aa238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-pascal-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Enforces coding style that user-defined JSX components are defined and referenced in PascalCase.
44

5-
Note that since React's JSX uses the upper vs. lower case convention to distinguish between local component classes and HTML tags this rule will not warn on components that stats with a lower case letter.
5+
Note that since React's JSX uses the upper vs. lower case convention to distinguish between local component classes and HTML tags this rule will not warn on components that start with a lower case letter.
66

77
## Rule Details
88

0 commit comments

Comments
 (0)