diff --git a/Redux.md b/Redux.md index fa4a5ea..dda9cc7 100755 --- a/Redux.md +++ b/Redux.md @@ -161,7 +161,7 @@ touch store.js In `store.js`: ```javascript -import { createStore } from 'redux': +import { createStore } from 'redux'; const comments = function(state = [], action){ switch(action.type){