Skip to content

Commit

Permalink
docs: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mherwig committed Mar 15, 2024
1 parent e8a698a commit 7a1e79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7a1e79a

Please sign in to comment.