mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove duplicated word in doc (#8157)
Gets rid of an obsolete word in the documentation for "State and Lifecycle": "Consider the ticking clock example from the one of the previous sections." -> "Consider the ticking clock example from one of the previous sections."
This commit is contained in:
@@ -7,7 +7,7 @@ prev: components-and-props.html
|
||||
next: handling-events.html
|
||||
---
|
||||
|
||||
Consider the ticking clock example from the [one of the previous sections](/react/docs/rendering-elements.html#updating-the-rendered-element).
|
||||
Consider the ticking clock example from [one of the previous sections](/react/docs/rendering-elements.html#updating-the-rendered-element).
|
||||
|
||||
So far we have only learned one way to update the UI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user