Fix typo "POSTGERS" in CONTRIBUTING.md

This commit is contained in:
Sijmen Schoon 2023-01-27 15:14:17 +01:00 committed by KuhnChris
parent d46267f9ef
commit a5f4c5e466

View file

@ -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
```