From 77e69798730c49938ca1d59bfbec3508e693601f Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sun, 13 Jul 2014 13:09:50 -0700 Subject: [PATCH] Fix typo-ed "of" --- _posts/2014-07-13-react-v0.11-rc1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2014-07-13-react-v0.11-rc1.md b/_posts/2014-07-13-react-v0.11-rc1.md index 091f6c6b5..17ffa5d39 100644 --- a/_posts/2014-07-13-react-v0.11-rc1.md +++ b/_posts/2014-07-13-react-v0.11-rc1.md @@ -122,8 +122,8 @@ Keyboard and mouse events also now include a normalized `e.getModifierState()` t * Added explicit warning when missing polyfills ### React With Addons -* PureRenderMixin: -* Perf: a new set off tools to help with performance analysis +* PureRenderMixin +* Perf: a new set of tools to help with performance analysis * Update: New `$apply` command to transform values * TransitionGroup bug fixes with null elements, Android