diff --git a/error.hbs b/error.hbs index 388a35d..b1c0dd3 100644 --- a/error.hbs +++ b/error.hbs @@ -1,9 +1,9 @@ {{!-- There are two error files in this theme, one for 404s and one for all other errors. -This file is the latter, and handle all 400/500 errors that might occur. +This file is the latter, and handles all 400/500 errors that might occur. -Because 500 errors in particular usuall happen when a server is struggling, this +Because 500 errors in particular usually happen when a server is struggling, this template is as simple as possible. No template dependencies, no JS, no API calls. This is to prevent rendering the error-page itself compounding the issue causing the error in the first place.