Skip to content

Commit 77e6f89

Browse files
committed
fix: Corrects target type to 'object' instead of 'plain object' in comment
1 parent 5184fc6 commit 77e6f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function Connector(store) {
3333

3434
invariant(
3535
_.isFunction(target) || _.isObject(target),
36-
'The target parameter passed to connect must be a Function or a plain object.'
36+
'The target parameter passed to connect must be a Function or a object.'
3737
);
3838

3939
//Initial update

0 commit comments

Comments
 (0)