doc: typo existant to existent

This commit is contained in:
Thomas Reggi
2015-09-23 19:56:26 -04:00
parent d12ec60dd5
commit 648cb52b72

View File

@@ -34,7 +34,7 @@ var GenericWrapper = React.createClass({
console.log(Array.isArray(this.props.children)); // => false
// warning: yields 5 for length of the string 'hello', not 1 for the
// length of the non-existant array wrapper!
// length of the non-existent array wrapper!
console.log(this.props.children.length);
},