We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b8f1a commit 34eac0dCopy full SHA for 34eac0d
lib/createClient.js
@@ -72,7 +72,7 @@ module.exports = function createClient (port_arg, host_arg, options) {
72
options.host = options.host || host_arg;
73
74
if (port_arg && arguments.length !== 1) {
75
- throw new TypeError('To many arguments passed to createClient. Please only pass the options object');
+ throw new TypeError('Too many arguments passed to createClient. Please only pass the options object');
76
}
77
78
0 commit comments