Skip to content

Commit

Permalink
chore(mobx): update name in exception string
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Jan 5, 2017
1 parent b1e3f2a commit 1ffd912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobx/connect.ts
Expand Up @@ -46,7 +46,7 @@ function connect (arg1: any, arg2 = null): any {
}

if (!componentClass) {
throwError('Please pass a valid component to "observer"');
throwError('Please pass a valid component to "connect"');
}

componentClass.isMobXReactObserver = true;
Expand Down

0 comments on commit 1ffd912

Please sign in to comment.