From f3a94876194b1876a67e0e87cd1368fe1977ad52 Mon Sep 17 00:00:00 2001 From: James Seppi Date: Thu, 17 Jul 2014 16:23:07 -0500 Subject: [PATCH] fix typo Closes #1859. --- _posts/2014-07-13-react-v0.11-rc1.md | 2 +- _posts/2014-07-17-react-v0.11.md | 2 +- 2 files 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 9f300a9f..17417196 100644 --- a/_posts/2014-07-13-react-v0.11-rc1.md +++ b/_posts/2014-07-13-react-v0.11-rc1.md @@ -29,7 +29,7 @@ Starting in React 0.11, `getDefaultProps()` is called only once when `React.crea ## Rendering to `null` -Since React's release, people have been using work arounds to "render nothing". Usually this means returning an empty `
` or ``. Some people even got clever and started returning `