From fd43b3658ebab961cb03d15eac9cbd4ce9be8c5c Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Sat, 9 Mar 2024 10:13:59 +0100 Subject: [PATCH] Grammar --- app/api/routes/error_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/routes/error_routes.py b/app/api/routes/error_routes.py index d576431..2088351 100644 --- a/app/api/routes/error_routes.py +++ b/app/api/routes/error_routes.py @@ -22,7 +22,7 @@ def method_not_allowed(e): @bp_errors.app_errorhandler(500) def internal_error(e): - return {"Internal Server Error": "An error occured on he server"}, 500 + return {"Internal Server Error": "An error occurred on he server"}, 500 @bp_errors.app_errorhandler(501) def internal_error(e):