Skip to content

Commit 1e6149c

Browse files
committed
Merge pull request #40 from jchaney01/master
Corrects capitalization
2 parents 7d87a9c + d80dd1e commit 1e6149c

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
@@ -64,7 +64,7 @@ class CounterController {
6464
/* ngRedux will merge the requested state's slice and actions onto this,
6565
you don't need to redefine them in your controller */
6666

67-
let unsubscribe = $ngRedux.connect(this.mapStateTothis, CounterActions)(this);
67+
let unsubscribe = $ngRedux.connect(this.mapStateToThis, CounterActions)(this);
6868
$scope.$on('$destroy', unsubscribe);
6969
}
7070

0 commit comments

Comments
 (0)