From a09b94306da7763eb3dc752fa2c6db34ea126833 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:48:49 +0800 Subject: [PATCH] Fix typo in What's next page description (#24407) ## Description Fixes a typo in the What's next page description by changing "hep" to "help". ## Related issues or tickets N/A ## Reviews Docs-only, single-file change aligned with CONTRIBUTING.md general guidelines. Validation/testing: not run locally; no behavior change. - [ ] Technical review - [x] Editorial review - [ ] Product review Co-authored-by: rohan436 --- content/get-started/introduction/whats-next.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/introduction/whats-next.md b/content/get-started/introduction/whats-next.md index 5948ca3a03..57f061009f 100644 --- a/content/get-started/introduction/whats-next.md +++ b/content/get-started/introduction/whats-next.md @@ -1,7 +1,7 @@ --- title: What's next keywords: concepts, build, images, container, docker desktop -description: Explore step-by-step guides to hep you understand core Docker concepts, building images, and running containers. +description: Explore step-by-step guides to help you understand core Docker concepts, building images, and running containers. aliases: - /guides/getting-started/whats-next/ summary: |