From 402236c9e62506fc09ef473c51fcbf7ad5bded8d Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 27 Mar 2025 11:17:52 +0300 Subject: [PATCH] Fix typo in Overriding container defaults guide (#22316) ## Description Fixed a minor typo in the Overriding container defaults guide. --- .../running-containers/overriding-container-defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md b/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md index 5f06a26b8e..cd441ca3d2 100644 --- a/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md +++ b/content/get-started/docker-concepts/running-containers/overriding-container-defaults.md @@ -71,7 +71,7 @@ In this hands-on guide, you'll see how to use the `docker run` command to overri 1. [Download and install](/get-started/get-docker/) Docker Desktop. -### Run multiple instance of the Postgres database +### Run multiple instances of the Postgres database 1. Start a container using the [Postgres image](https://hub.docker.com/_/postgres) with the following command: