From 400a2c6c1c72342938237a7968b9c65dbf7dccb8 Mon Sep 17 00:00:00 2001 From: kinyaying Date: Sun, 5 Nov 2017 19:10:48 +0800 Subject: [PATCH] Update typechecking-with-proptypes.md change the words --- content/docs/typechecking-with-proptypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/typechecking-with-proptypes.md b/content/docs/typechecking-with-proptypes.md index 1a1aa4a71..2b5847ee8 100644 --- a/content/docs/typechecking-with-proptypes.md +++ b/content/docs/typechecking-with-proptypes.md @@ -170,7 +170,7 @@ ReactDOM.render( ); ``` -You can also put propTypes and defaultProps as static props inside React class. +You can also put the defaultProps as static props inside React class. ```javascript class Greeting extends Component {