Skip to content

Commit fb868ef

Browse files
committed
Renamed connector api function to connect
1 parent 8242d31 commit fb868ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ngRedux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function ngReduxProvider() {
4141

4242
return {
4343
...store,
44-
connector: Connector(store)
44+
connect: Connector(store)
4545
};
4646
}
4747

0 commit comments

Comments
 (0)