Skip to content

Commit 8074136

Browse files
committed
Trivial mispelling in docs
1 parent f661d7c commit 8074136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/renderers/shared/reconciler/ReactUpdateQueue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ var ReactUpdateQueue = {
132132
* You may want to call this when you know that some deeper aspect of the
133133
* component's state has changed but `setState` was not called.
134134
*
135-
* This will not invoke `shouldUpdateComponent`, but it will invoke
135+
* This will not invoke `shouldComponentUpdate`, but it will invoke
136136
* `componentWillUpdate` and `componentDidUpdate`.
137137
*
138138
* @param {ReactClass} publicInstance The instance that should rerender.

0 commit comments

Comments
 (0)