From cafb614b8063774639407efa22ce9209754f8d1f Mon Sep 17 00:00:00 2001 From: 12LuA <71656192+12LuA@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:47:03 +0100 Subject: [PATCH] Fix typo in debug mode comment --- backend/lib/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/lib/config.js b/backend/lib/config.js index 544bbfecb0..a491c190e8 100644 --- a/backend/lib/config.js +++ b/backend/lib/config.js @@ -211,7 +211,7 @@ const isPostgres = () => { }; /** - * Are we running in debug mdoe? + * Are we running in debug mode? * * @returns {boolean} */