Skip to content

Commit 3c9efaf

Browse files
committed
Merge pull request reduxjs#694 from jacksonhoose/patch-1
Update ExampleTodoList.md
2 parents e903f3e + 84af22b commit 3c9efaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/ExampleTodoList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ React.render(
3737

3838
export const ADD_TODO = 'ADD_TODO';
3939
export const COMPLETE_TODO = 'COMPLETE_TODO';
40-
export const SET_VISIBILITY_FILTER = 'SET_VISIBILITY_FILTER'
40+
export const SET_VISIBILITY_FILTER = 'SET_VISIBILITY_FILTER';
4141

4242
/*
4343
* other constants

0 commit comments

Comments
 (0)