From f00918589f50c32c328ba372dfa5acb0bcda84d5 Mon Sep 17 00:00:00 2001 From: Cory Date: Fri, 17 Feb 2023 22:00:03 -0800 Subject: [PATCH] Update comment grammar --- error.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.