From 65b2232f34c8c339b17a3c2c8ef384ac8ffbc6b5 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" --- docs/_posts/2014-07-13-react-v0.11-rc1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2014-07-13-react-v0.11-rc1.md b/docs/_posts/2014-07-13-react-v0.11-rc1.md index 091f6c6b59..17ffa5d391 100644 --- a/docs/_posts/2014-07-13-react-v0.11-rc1.md +++ b/docs/_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