diff --git a/react.md b/react.md index a675efbca..c56652050 100644 --- a/react.md +++ b/react.md @@ -243,7 +243,7 @@ React.createClass({ settings: React.PropTypes.object, callback: React.PropTypes.func, isClosed: React.PropTypes.bool, - any: React.PropTYpes.any, + any: React.PropTypes.any, } }); ```