Merge pull request #2211 from jacobgreenleaf/master

Fix typo in documentation in Flux Todo List
This commit is contained in:
Paul O’Shannessy
2014-09-18 18:33:04 -07:00
+1
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>
```