diff --git a/docs/api/shallow.md b/docs/api/shallow.md index 95b72eb36..88d0e78ec 100644 --- a/docs/api/shallow.md +++ b/docs/api/shallow.md @@ -47,7 +47,7 @@ describe('', () => { 1. `node` (`ReactElement`): The node to render 2. `options` (`Object` [optional]): - `options.context`: (`Object` [optional]): Context to be passed into the component - - `options.disableLifecycleMethods`: (`Boolean` [optional]): If set to true, `componentDidMount` + - `options.disableLifecycleMethods`: (`Boolean` [optional]): If set to true, `componentWillMount` is not called on the component, and `componentDidUpdate` is not called after [`setProps`](ShallowWrapper/setProps.md) and [`setContext`](ShallowWrapper/setContext.md).