Skip to content

Commit 17ade82

Browse files
KevinEverywheretimdorr
authored andcommitted
Line 404 -414 Agreement (reduxjs#2540)
TodoList on line 414 should be replaced with VisibleTodoList to match the import statement in line 404. Either TodoList or VisibleTodoList works functionally, but VisibleTodoList demonstrates implementation of container component.
1 parent 36e3c3e commit 17ade82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/UsageWithReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ import VisibleTodoList from '../containers/VisibleTodoList'
406406
const App = () => (
407407
<div>
408408
<AddTodo />
409-
<TodoList />
409+
<VisibleTodoList />
410410
<Footer />
411411
</div>
412412
)

0 commit comments

Comments
 (0)