Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4597bf0

Browse files
committed
Merge pull request facebook#4956 from reggi/patch-1
doc: typo existant to existent (cherry picked from commit 1ce5ba4)
1 parent fe9fa88 commit 4597bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tips/07-children-props-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var GenericWrapper = React.createClass({
3434
console.log(Array.isArray(this.props.children)); // => false
3535

3636
// warning: yields 5 for length of the string 'hello', not 1 for the
37-
// length of the non-existant array wrapper!
37+
// length of the non-existent array wrapper!
3838
console.log(this.props.children.length);
3939
},
4040

0 commit comments

Comments
 (0)