From 5fc5d74d45a23cc783afd68b32d658af530f5d19 Mon Sep 17 00:00:00 2001 From: Haseeb Khan Date: Wed, 22 Jul 2020 19:41:22 +0500 Subject: [PATCH] doc: highlighted the func name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d36621d..ec6fabe 100644 --- a/README.md +++ b/README.md @@ -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.