From 29752794e07a2a889f790e25eba3155299e6a0de 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 2aec4c363..2b74b8fea 100644 --- a/docs/development/CONTRIBUTING.md +++ b/docs/development/CONTRIBUTING.md @@ -108,7 +108,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 ```