Skip to content

Commit 1e487fc

Browse files
committed
Merge pull request #470 from Gpx/patch-1
Fix typo in jsx-pascal-case documentation
2 parents ebab180 + 11aa238 commit 1e487fc

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)