diff --git a/src/utils/errors.js b/src/utils/errors.js index edddd024..13d1ff84 100644 --- a/src/utils/errors.js +++ b/src/utils/errors.js @@ -11,7 +11,7 @@ export function errorTemplateContext () { /** * Use this class if you want to display specific HTTP error page. - * + * * Uses the `errorPages/error.njk` template, but it can be overriden via options. */ export class MiddlewareError extends Error {