From 22f7d4ac5469710556ff5fc391a92e150fc7a2c4 Mon Sep 17 00:00:00 2001 From: muench-b1 <72753841+muench-b1@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:33:03 +0200 Subject: [PATCH] Update quick-start.md typo --- docs/book/src/user/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index 3cf2a470bfa3..09c11959e263 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -43,7 +43,7 @@ export KUBECONFIG=<...> [kind] can be used for creating a local Kubernetes cluster for development environments or for the creation of a temporary [bootstrap cluster] used to provision a target [management cluster] on the selected infrastructure provider. -The installation procedure depends on the version of kind; if you are planning to user the docker infrastructure provider, +The installation procedure depends on the version of kind; if you are planning to use the docker infrastructure provider, please follow the additional instructions in the dedicated tab: {{#tabs name:"install-kind" tabs:"v0.7.x,v0.8.x,Docker"}}