From 80c9ab55f736429c0de63d7e47e603fc027e2383 Mon Sep 17 00:00:00 2001 From: Michelle Glauser Date: Sun, 11 Sep 2022 14:57:51 -0700 Subject: [PATCH] Fix spelling. --- databases/install-postgres-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/install-postgres-with-docker.md b/databases/install-postgres-with-docker.md index fd5b80862..225b6b218 100644 --- a/databases/install-postgres-with-docker.md +++ b/databases/install-postgres-with-docker.md @@ -109,7 +109,7 @@ To check the current date SELECT * from CURRENT_DATE; ``` -Congradulation. If you don't get any error that means we have successfully run PostgreSQL in Docker. Press `CTRL+D` to exit. +Congratulations. If you don't get any error that means we have successfully run PostgreSQL in Docker. Press `CTRL+D` to exit. ### Install PG-admin using Docker(Optional)