Skip to content

Commit 00ca2e6

Browse files
author
Yannick Croissant
committed
Fix typo
1 parent cfc6a6b commit 00ca2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prop-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prevent missing propTypes in a React component definition (prop-types)
22

3-
PropTypes improve the reusability of your component by validating the reveived data.
3+
PropTypes improve the reusability of your component by validating the received data.
44

55
It can warn other developers if they make a mistake while reusing the component with improper data type.
66

0 commit comments

Comments
 (0)