From b3248327b23e695ee440256be71065166a414f6f Mon Sep 17 00:00:00 2001 From: Shane O'Sullivan Date: Sun, 27 Jul 2014 14:16:59 -0700 Subject: [PATCH] Update 2014-07-28-community-roundup-20.md (cherry picked from commit 460ca72abb3eeef9cc4fa5551485e0292b929b17) --- docs/_posts/2014-07-28-community-roundup-20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2014-07-28-community-roundup-20.md b/docs/_posts/2014-07-28-community-roundup-20.md index 56ec4339fc..5c46bc1618 100644 --- a/docs/_posts/2014-07-28-community-roundup-20.md +++ b/docs/_posts/2014-07-28-community-roundup-20.md @@ -29,7 +29,7 @@ One of the best features of React is that it provides the foundations to impleme ## ReactIntl Mixin by Yahoo -There are a couple of React-related projects that recently appeared on Yahoo's GitHub, the first one being an [internationalization mixin](https://github.com/yahoo/react-intl). It's great to see them getting excitied about React and contributing back to the community. +There are a couple of React-related projects that recently appeared on Yahoo's GitHub, the first one being an [internationalization mixin](https://github.com/yahoo/react-intl). It's great to see them getting excited about React and contributing back to the community. ```javascript var MyComponent = React.createClass({