From a5f4c5e466ef3e8c939ac16eab4609287b31dc35 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Fri, 27 Jan 2023 15:14:17 +0100 Subject: [PATCH] Fix typo "POSTGERS" in CONTRIBUTING.md --- docs/development/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/CONTRIBUTING.md b/docs/development/CONTRIBUTING.md index 71e7516a2..caab1e749 100644 --- a/docs/development/CONTRIBUTING.md +++ b/docs/development/CONTRIBUTING.md @@ -109,7 +109,7 @@ To configure the connection to a remote Postgres, you can use the following envi ```bash POSTGRES_USER=postgres -POSTGERS_PASSWORD=yourPostgresPassword +POSTGRES_PASSWORD=yourPostgresPassword POSTGRES_HOST=localhost POSTGRES_DB=postgres # the superuser database to use ```