Fix typo in documentation in Flux Todo List

This commit is contained in:
Jacob Greenleaf
2014-09-18 18:30:57 -07:00
parent 892c9c5d50
commit c4423dce8d

View File

@@ -349,6 +349,7 @@ At a high level, the React component hierarchy of the app looks like this:
<TodoItem />
</ul>
</MainSection>
</Header>
</TodoApp>
```