diff --git a/content/docs/conditional-rendering.md b/content/docs/conditional-rendering.md index 45be74ddb..f0fa1b369 100644 --- a/content/docs/conditional-rendering.md +++ b/content/docs/conditional-rendering.md @@ -239,4 +239,4 @@ ReactDOM.render( [Try it on CodePen.](https://codepen.io/gaearon/pen/Xjoqwm?editors=0010) -Returning `null` from a component's `render` method does not affect the firing of the component's lifecycle methods. For instance, `componentWillUpdate` and `componentDidUpdate` will still be called. +Returning `null` from a component's `render` method does not affect the firing of the component's lifecycle methods. For instance `componentDidUpdate` will still be called.