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.
2 parents 95b8f1a + 34eac0d commit bdc7356Copy full SHA for bdc7356
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