From 5730beca2b407d641684c175de2f3d2b2cd3e911 Mon Sep 17 00:00:00 2001 From: Jim Date: Fri, 5 Feb 2016 22:00:54 -0800 Subject: [PATCH] Merge pull request #5992 from pra85/patch-1 [docs] Fix typo in blog (cherry picked from commit 725a723e27b776863c2be1661d9b7317e4e086ce) --- docs/_posts/2013-09-24-community-roundup-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2013-09-24-community-roundup-8.md b/docs/_posts/2013-09-24-community-roundup-8.md index 3f3522e054..3f75ece689 100644 --- a/docs/_posts/2013-09-24-community-roundup-8.md +++ b/docs/_posts/2013-09-24-community-roundup-8.md @@ -34,7 +34,7 @@ While this is not going to work for all the attributes since they are camelCased ## Remarkable React -[Stoyan Stefanov](http://www.phpied.com/) gave a talk at [BrazilJS](http://braziljs.com.br/) about React and wrote an article with the content of the presentation. He goes through the difficulties of writting _active apps_ using the DOM API and shows how React handles it. +[Stoyan Stefanov](http://www.phpied.com/) gave a talk at [BrazilJS](http://braziljs.com.br/) about React and wrote an article with the content of the presentation. He goes through the difficulties of writing _active apps_ using the DOM API and shows how React handles it. > So how does exactly React deal with it internally? Two crazy ideas - virtual DOM and synthetic events. >