From 094890a25d2a5c9284236436bf2d3620aca3c8fb Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 3 Aug 2014 18:51:47 +0200 Subject: [PATCH] typo "refere" -> "reference" --- _posts/2014-08-03-community-roundup-21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-08-03-community-roundup-21.md b/_posts/2014-08-03-community-roundup-21.md index 1843bb6e..9b1afe0c 100644 --- a/_posts/2014-08-03-community-roundup-21.md +++ b/_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({