Skip to content

Commit 98ae5aa

Browse files
kurtfurbushgaearon
authored andcommitted
Update reference-react-component.md (#9863)
Grammatical edit to match same statement in state-and-lifecycle.html
1 parent 105b95b commit 98ae5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference-react-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ In particular, `this.props.children` is a special prop, typically defined by the
359359

360360
The state contains data specific to this component that may change over time. The state is user-defined, and it should be a plain JavaScript object.
361361

362-
If you don't use it in `render()`, it shouldn't be on the state. For example, you can put timer IDs directly on the instance.
362+
If you don't use it in `render()`, it shouldn't be in the state. For example, you can put timer IDs directly on the instance.
363363

364364
See [State and Lifecycle](/react/docs/state-and-lifecycle.html) for more information about the state.
365365

0 commit comments

Comments
 (0)