From 85582ec0482ade1322174c96eda7ca0ff29d8c81 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:30:18 +0800 Subject: [PATCH] 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 --- content/guides/postgresql/networking-and-connectivity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/postgresql/networking-and-connectivity.md b/content/guides/postgresql/networking-and-connectivity.md index 1758f12736..8f804c1e45 100644 --- a/content/guides/postgresql/networking-and-connectivity.md +++ b/content/guides/postgresql/networking-and-connectivity.md @@ -75,7 +75,7 @@ docker run -d --name postgres-dev \ -v postgres_data:/var/lib/postgresql \ postgres:18 - # Outout + # Output CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6d351ed89efc postgres:18 "docker-entrypoint.s…" 9 seconds ago Up 8 seconds 5432/tcp postgres-dev @@ -335,4 +335,4 @@ This section covers common PostgreSQL connection issues and their solutions when ### "Network not found" - Ensure the network exists before starting containers: `docker network create my-app-net` -- If using Docker Compose, the network is created automatically when you run `docker compose up` \ No newline at end of file +- If using Docker Compose, the network is created automatically when you run `docker compose up`