Update reference-react.md

This commit is contained in:
Jacob Lamont
2017-01-04 16:01:37 +00:00
committed by Dan Abramov
parent 569340c6ad
commit ea392b914f
+1 -1
View File
@@ -221,7 +221,7 @@ Like [`React.Children.map()`](#react.children.map) but does not return an array.
#### `React.Children.count`
```javascript
Children.count(children)
React.Children.count(children)
```
Returns the total number of components in `children`, equal to the number of times that a callback passed to `map` or `forEach` would be invoked.