diff --git a/docs/thinking-in-react.md b/docs/thinking-in-react.md index 6e212ba9..daa833d1 100644 --- a/docs/thinking-in-react.md +++ b/docs/thinking-in-react.md @@ -132,7 +132,7 @@ You can start seeing how your application will behave: set `filterText` to `"bal ## Step 5: Add Inverse Data Flow -

See the Pen Thinking In React: Step 5 on CodePen.

+

See the Pen Thinking In React: Step 5 on CodePen.

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`.