Skip to content

Commit 0fa8c76

Browse files
authored
Fixes incorrect grammar in react/prefer-stateless-function docs
1 parent 38ff4f1 commit 0fa8c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-stateless-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce stateless React Components to be written as a pure function (prefer-stateless-function)
22

3-
Stateless functional components are more simple than class based components and will benefit from future React performance optimizations specific to these components.
3+
Stateless functional components are simpler than class based components and will benefit from future React performance optimizations specific to these components.
44

55
## Rule Details
66

0 commit comments

Comments
 (0)