Skip to content

Commit 2adefb7

Browse files
authored
Merge pull request #863 from corydolphin/patch-1
[Docs] Fixes incorrect grammar in react/prefer-stateless-function docs
2 parents 38ff4f1 + 0fa8c76 commit 2adefb7

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)