summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-04-01 16:07:36 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-04-01 16:07:36 -0400
commit54071efaea92a283b2864423768e3799e6e4f5e3 (patch)
treeaa2d7af09f24d8dafd7d54f09f840a91814bd4ce
parentdocs: add instructions to update chart/files/default.yml (diff)
downloadsharkey-54071efaea92a283b2864423768e3799e6e4f5e3.tar.gz
sharkey-54071efaea92a283b2864423768e3799e6e4f5e3.tar.bz2
sharkey-54071efaea92a283b2864423768e3799e6e4f5e3.zip
fix typo in check_connect.js
-rw-r--r--packages/backend/scripts/check_connect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/scripts/check_connect.js b/packages/backend/scripts/check_connect.js
index b15ce51ec8..137712660a 100644
--- a/packages/backend/scripts/check_connect.js
+++ b/packages/backend/scripts/check_connect.js
@@ -9,7 +9,7 @@ import { createPostgresDataSource } from '../built/postgres.js';
const config = loadConfig();
-// createPostgresDataSource handels primaries and replicas automatically.
+// createPostgresDataSource handles primaries and replicas automatically.
// usually, it only opens connections first use, so we force it using
// .initialize()
async function connectToPostgres(){