From 93cfe803700906173a736718df0f9119d8b6f69d Mon Sep 17 00:00:00 2001 From: John Martinez Date: Tue, 19 Sep 2023 14:44:31 -0400 Subject: [PATCH] Update docs/docker.md typo Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 45d2207e..36a88ee3 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -111,7 +111,7 @@ Start the server with ```bash docker compose up ``` -... and let it run some initial setup until the output quiesces with a message about spawning uWSGI workers. Because there is a race between the time the app tries to connect to the DB and when the DB is actually ready, you might see a few exceptions/erros about 'psychopg' being unable to connect. This should sort itself out as the app retries. +... and let it run some initial setup until the output quiesces with a message about spawning uWSGI workers. Because there is a race between the time the app tries to connect to the DB and when the DB is actually ready, you might see a few exceptions/errors about 'psycopg' being unable to connect. This should sort itself out as the app retries. ### Create superuser