We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e9a470 + a285489 commit 978d784Copy full SHA for 978d784
README.md
@@ -69,7 +69,7 @@ import reducer3 from './reducer3';
69
70
angular.module('app', [ngRedux])
71
.config(($ngReduxProvider) => {
72
- reducer3 = functtion(state, action){}
+ reducer3 = function(state, action){}
73
$ngReduxProvider.createStoreWith({
74
reducer1: "reducer1",
75
reducer2: function(state, action){},
0 commit comments