From 19ea1824a15b32a1d2fe6e6aaf99502d25f01208 Mon Sep 17 00:00:00 2001 From: rmfx Date: Fri, 6 Feb 2015 20:30:35 +0000 Subject: [PATCH] Remove duplicate 'an' Remove the second 'an' on line 264. --- core/server/errors/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/errors/index.js b/core/server/errors/index.js index 91aa13335f..5ff297af03 100644 --- a/core/server/errors/index.js +++ b/core/server/errors/index.js @@ -261,7 +261,7 @@ errors = { // And then try to explain things to the user... // Cheat and output the error using handlebars escapeExpression return res.status(500).send( - '

Oops, seems there is an an error in the error template.

' + + '

Oops, seems there is an error in the error template.

' + '

Encountered the error:

' + '
' + hbs.handlebars.Utils.escapeExpression(templateErr.message || templateErr) + '
' + '

whilst trying to render an error page for the error:

' +