diff --git a/docs/thinking-in-react.html b/docs/thinking-in-react.html index 92330f18a57..0e53da97be0 100644 --- a/docs/thinking-in-react.html +++ b/docs/thinking-in-react.html @@ -506,7 +506,7 @@
You can start seeing how your application will behave: set filterText to "ball" and refresh your app. You'll see the data table is updated correctly.
So far we've built an app that renders correctly as a function of props and state flowing down the hierarchy. Now it's time to support data flowing the other way: the form components deep in the hierarchy need to update the state in FilterableProductTable.