Skip to content

Commit 402236c

Browse files
authored
Fix typo in Overriding container defaults guide (#22316)
## Description Fixed a minor typo in the Overriding container defaults guide.
1 parent fcae8a0 commit 402236c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/running-containers/overriding-container-defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In this hands-on guide, you'll see how to use the `docker run` command to overri
7171

7272
1. [Download and install](/get-started/get-docker/) Docker Desktop.
7373

74-
### Run multiple instance of the Postgres database
74+
### Run multiple instances of the Postgres database
7575

7676
1. Start a container using the [Postgres image](https://hub.docker.com/_/postgres) with the following command:
7777

0 commit comments

Comments
 (0)