Skip to content

Commit 85582ec

Browse files
docs: fix output heading in PostgreSQL guide (#24563)
## Description - Fix the `Outout` typo in the example output heading in the PostgreSQL networking guide. - Validation: not run locally; docs-only change. ## Related issues or tickets - N/A ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
1 parent 04f9e20 commit 85582ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/guides/postgresql/networking-and-connectivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run -d --name postgres-dev \
7575
-v postgres_data:/var/lib/postgresql \
7676
postgres:18
7777

78-
# Outout
78+
# Output
7979
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8080
6d351ed89efc postgres:18 "docker-entrypoint.s…" 9 seconds ago Up 8 seconds 5432/tcp postgres-dev
8181

@@ -335,4 +335,4 @@ This section covers common PostgreSQL connection issues and their solutions when
335335
### "Network not found"
336336

337337
- Ensure the network exists before starting containers: `docker network create my-app-net`
338-
- If using Docker Compose, the network is created automatically when you run `docker compose up`
338+
- If using Docker Compose, the network is created automatically when you run `docker compose up`

0 commit comments

Comments
 (0)