Merge pull request #21 from ifdattic/patch-1

Fix typo
This commit is contained in:
Rico Sta. Cruz 2015-09-02 19:21:08 +08:00
commit 2fcd0acb05
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ React.createClass({
settings: React.PropTypes.object, settings: React.PropTypes.object,
callback: React.PropTypes.func, callback: React.PropTypes.func,
isClosed: React.PropTypes.bool, isClosed: React.PropTypes.bool,
any: React.PropTYpes.any, any: React.PropTypes.any,
} }
}); });
``` ```