Fix-up incorrect spellings in docs. (#16282)

This commit is contained in:
Patrick Cloke
2023-09-08 09:47:36 -04:00
committed by GitHub
parent f43d994624
commit 5c8870cb28
18 changed files with 120 additions and 119 deletions

View File

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