From 42ae273fd935f393aefd5d6aa4e7739b6a76e4f2 Mon Sep 17 00:00:00 2001 From: Shane O'Sullivan Date: Sun, 27 Jul 2014 13:29:12 -0700 Subject: [PATCH] Fix typo for 'fundations' (cherry picked from commit 0c4b2728c8c399c3bbcd210149b044f360bb9439) --- 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 7834c14200..afc5fe36cd 100644 --- a/docs/_posts/2014-07-28-community-roundup-20.md +++ b/docs/_posts/2014-07-28-community-roundup-20.md @@ -22,7 +22,7 @@ At the last [JSConf.us](http://2014.jsconf.us/), Vjeux talked about the design d ## Live Editing -The best feature of React is that it provides fundations to implement concepts that were otherwise extremely hard to like server-side rendering, undo-redo, rendering to non-DOM environments like canvas... [Dan Abramov](https://twitter.com/dan_abramov) got hot code reloading working with webpack in order to [live edit a React project](http://gaearon.github.io/react-hot-loader/)! +The best feature of React is that it provides foundations to implement concepts that were otherwise extremely hard to like server-side rendering, undo-redo, rendering to non-DOM environments like canvas... [Dan Abramov](https://twitter.com/dan_abramov) got hot code reloading working with webpack in order to [live edit a React project](http://gaearon.github.io/react-hot-loader/)!