From 09842d459494a3651a6b4411f048f0e490603fb7 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:28:16 +0800 Subject: [PATCH] docs: fix Kubernetes provisioning typo (#24472) ## Description - change "provisioining" to "provisioning" in the Kubernetes desktop docs ## Related issues or tickets - N/A (trivial docs typo fix) ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Co-authored-by: rohan436 --- content/manuals/desktop/use-desktop/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/use-desktop/kubernetes.md b/content/manuals/desktop/use-desktop/kubernetes.md index 661d582a9c..a2ed63e567 100644 --- a/content/manuals/desktop/use-desktop/kubernetes.md +++ b/content/manuals/desktop/use-desktop/kubernetes.md @@ -24,7 +24,7 @@ With Docker Desktop version 4.51 and later, you can manage Kubernetes directly f 3. Choose your cluster type: - **Kubeadm** creates a single-node cluster and the version is set by Docker Desktop. - **kind** creates a multi-node cluster and you can set the version and number of nodes. - For more detailed information on each cluster type, see [Cluster provisioining method](#cluster-provisioning-method). + For more detailed information on each cluster type, see [Cluster provisioning method](#cluster-provisioning-method). 4. Optional: Select **Show system containers (advanced)** to view internal containers when using Docker commands. 5. Select **Create**.