Skip to content

Commit 978d784

Browse files
authored
Merge pull request #88 from revrng/patch-1
Fix Typo
2 parents 9e9a470 + a285489 commit 978d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import reducer3 from './reducer3';
6969

7070
angular.module('app', [ngRedux])
7171
.config(($ngReduxProvider) => {
72-
reducer3 = functtion(state, action){}
72+
reducer3 = function(state, action){}
7373
$ngReduxProvider.createStoreWith({
7474
reducer1: "reducer1",
7575
reducer2: function(state, action){},

0 commit comments

Comments
 (0)