diff --git a/index.js b/index.js index 8e84239..4f556dc 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ hyena.models = {}; hyena.createConnection = function (dsnString, options, callback) { if ('string' !== typeof(dsnString)) { - throw new Error('You must suppy a connection string'); + throw new Error('You must supply a connection string'); } var dsn = parseDSN(dsnString);