From 0a23d3672b4710103589236e07aaa8e3cc085c0b Mon Sep 17 00:00:00 2001 From: Sander Steenhuis Date: Sun, 8 Jul 2018 22:48:21 +0200 Subject: [PATCH] Update zerrorHandler.js Typo: occured -> occurred --- lib/routes/zerrorHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/zerrorHandler.js b/lib/routes/zerrorHandler.js index 069465c8..f6f5fc1e 100644 --- a/lib/routes/zerrorHandler.js +++ b/lib/routes/zerrorHandler.js @@ -14,7 +14,7 @@ errorHandler.register = () => { return helper.handleError(request, res, { status: '500', code: 'EUNKNOWN', - title: 'An unknown error has occured. Sorry?', + title: 'An unknown error has occurred.', detail: '??' }) })