We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc6a6b commit 00ca2e6Copy full SHA for 00ca2e6
docs/rules/prop-types.md
@@ -1,6 +1,6 @@
1
# Prevent missing propTypes in a React component definition (prop-types)
2
3
-PropTypes improve the reusability of your component by validating the reveived data.
+PropTypes improve the reusability of your component by validating the received data.
4
5
It can warn other developers if they make a mistake while reusing the component with improper data type.
6
0 commit comments