From fe45fa3d954105d592fcf45b1c9fb9cb8258e14a Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 30 May 2018 21:06:57 -0400 Subject: [PATCH] Update Redux.md --- Redux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){