diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-01 16:07:36 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-01 16:07:36 -0400 |
| commit | 54071efaea92a283b2864423768e3799e6e4f5e3 (patch) | |
| tree | aa2d7af09f24d8dafd7d54f09f840a91814bd4ce /packages/backend/scripts | |
| parent | docs: add instructions to update chart/files/default.yml (diff) | |
| download | sharkey-54071efaea92a283b2864423768e3799e6e4f5e3.tar.gz sharkey-54071efaea92a283b2864423768e3799e6e4f5e3.tar.bz2 sharkey-54071efaea92a283b2864423768e3799e6e4f5e3.zip | |
fix typo in check_connect.js
Diffstat (limited to 'packages/backend/scripts')
| -rw-r--r-- | packages/backend/scripts/check_connect.js | 2 |
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(){ |