Browse Source

typo "refere" -> "reference"

main
Christopher Chedeau 10 years ago
parent
commit
094890a25d
  1. 2
      _posts/2014-08-03-community-roundup-21.md

2
_posts/2014-08-03-community-roundup-21.md

@ -50,7 +50,7 @@ Areeb Malik, from Facebook, talks about his experience using React. "On paper, a
## Referencing Dynamic Children
While Matt Zabriskie was working on [react-tabs](https://www.npmjs.org/package/react-tabs) he discovered how to use React.Children.map and React.addons.cloneWithProps in order to [refere dynamic children](http://www.mattzabriskie.com/blog/react-referencing-dynamic-children).
While Matt Zabriskie was working on [react-tabs](https://www.npmjs.org/package/react-tabs) he discovered how to use React.Children.map and React.addons.cloneWithProps in order to [reference dynamic children](http://www.mattzabriskie.com/blog/react-referencing-dynamic-children).
```javascript
var App = React.createClass({

Loading…
Cancel
Save