From 6cfd7523e7415c1ff9011d358324853067a8dfc4 Mon Sep 17 00:00:00 2001 From: Konstantin Pogorelov Date: Mon, 3 Oct 2016 13:46:40 +0200 Subject: [PATCH] fix typo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;