Fix typo in debug mode comment

This commit is contained in:
12LuA
2026-03-18 13:47:03 +01:00
parent 15896132ff
commit cafb614b80
+1 -1
View File
@@ -211,7 +211,7 @@ const isPostgres = () => {
};
/**
* Are we running in debug mdoe?
* Are we running in debug mode?
*
* @returns {boolean}
*/