Skip to content

Commit

Permalink
doc: highlighted the func name (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haseeb Khan committed Jul 22, 2020
1 parent c78cb69 commit 8f89a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
Runtime type checking for React props and similar objects.

You can use prop-types to document the intended types of properties passed to
components. React (and potentially other libraries—see the checkPropTypes()
components. React (and potentially other libraries—see the `checkPropTypes()`
reference below) will check props passed to your components against those
definitions, and warn in development if they don’t match.

Expand Down

0 comments on commit 8f89a1c

Please sign in to comment.