From a285489f5047cb00d8506474dc61fd67560345d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Viering?= Date: Mon, 13 Jun 2016 23:31:40 +0200 Subject: [PATCH] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 327d01c..45f0fe0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ import reducer3 from './reducer3'; angular.module('app', [ngRedux]) .config(($ngReduxProvider) => { - reducer3 = functtion(state, action){} + reducer3 = function(state, action){} $ngReduxProvider.createStoreWith({ reducer1: "reducer1", reducer2: function(state, action){},