diff --git a/src/index.js b/src/index.js index df8ffec..7bdac78 100644 --- a/src/index.js +++ b/src/index.js @@ -44,7 +44,7 @@ function main(opts) { if (arguments[2] && arguments[1] && arguments[1].send) { arguments[1].status(500) .send("

500 Error

\n" - + "

Unexapected 3rd param in express-prom-bundle.\n" + + "

Unexpected 3rd param in express-prom-bundle.\n" + "

Did you just put express-prom-bundle into app.use " + "without calling it as a function first?"); return;