From 7a1e79ac3a95dd7c52e60d842f1bd91038572a35 Mon Sep 17 00:00:00 2001 From: Mike Herwig Date: Fri, 15 Mar 2024 17:27:15 +0100 Subject: [PATCH] docs: fixed typos --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index edc1bd6..a4d3d7a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -109,7 +109,7 @@ For this guide we will use a [`k3s`](https://k3s.io/) Kubernetes cluster which w } ``` - You easily prepare such a configuration by running the following Powershell commands, which also sets the correct custer IP of the Ingress DNS service: + You can easily prepare such a configuration by running the following Powershell commands, which will also set the correct cluster IP of the Ingress DNS: ```powershell $clusterIP = kubectl get -n kube-system service/kube-ingress-dns -o jsonpath="{.spec.clusterIP}"