From ccf34df9a4d096863f5821fa7207cbf655fc5a74 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Fri, 6 Feb 2026 02:32:41 +0300 Subject: [PATCH] fix(docs): correct typo in kubeconfig reference in Kubernetes installation guide Signed-off-by: Shkar T. Noori --- content/en/docs/getting-started/install-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/getting-started/install-kubernetes.md b/content/en/docs/getting-started/install-kubernetes.md index ea450434..41d51c9d 100644 --- a/content/en/docs/getting-started/install-kubernetes.md +++ b/content/en/docs/getting-started/install-kubernetes.md @@ -10,7 +10,7 @@ weight: 15 We start this step of the tutorial, having [three nodes with Talos Linux installed on them]({{% ref "/docs/getting-started/install-talos" %}}). As a result of this step, we will have a Kubernetes cluster installed, configured, and ready to install Cozystack. -We will also have a `kubeconfgig` for this cluster, and will have performed basic checks on the cluster. +We will also have a `kubeconfig` for this cluster, and will have performed basic checks on the cluster. ## Installing Kubernetes