Skip to content

Commit ad3424a

Browse files
committed
Merge pull request reduxjs#521 from iansinnott/minor-docs-changes
Docs typo: expore -> explore
2 parents 5efc193 + bf0cc77 commit ad3424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/Reducers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ export default todoApp;
392392
393393
## Next Steps
394394

395-
Next, we’ll expore how to [create a Redux store](Store.md) that holds the state and takes care of calling your reducer when you dispatch an action.
395+
Next, we’ll explore how to [create a Redux store](Store.md) that holds the state and takes care of calling your reducer when you dispatch an action.

0 commit comments

Comments
 (0)