Update comment grammar

This commit is contained in:
Cory 2023-02-17 22:00:03 -08:00 committed by Sodbileg Gansukh
parent 0200889148
commit f00918589f
1 changed files with 2 additions and 2 deletions

View File

@ -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.