diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-08 09:47:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 09:47:36 -0400 |
commit | 5c8870cb28cc98d0b7a310b5dd2fade7ff45743d (patch) | |
tree | f8a8392b2f04e764daa3a7170078496087e4e147 /docs/development/contributing_guide.md | |
parent | Fix bug with new task scheduler using lots of CPU. (#16278) (diff) | |
download | synapse-5c8870cb28cc98d0b7a310b5dd2fade7ff45743d.tar.xz |
Fix-up incorrect spellings in docs. (#16282)
Diffstat (limited to 'docs/development/contributing_guide.md')
-rw-r--r-- | docs/development/contributing_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index 698687b91f..4ae2fcfee3 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -266,7 +266,7 @@ The easiest way to do so is to run Postgres via a docker container. In one terminal: ```shell -docker run --rm -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=postgres -e POSTGRES_DB=postgress -p 5432:5432 postgres:14 +docker run --rm -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres -p 5432:5432 postgres:14 ``` If you see an error like |