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:
Skasi
2016-10-31 12:42:02 +01:00
committed by Dan Abramov
parent d128b45c6f
commit d7d9b81a85
+1 -1
View File
@@ -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.