diff --git a/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md b/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md index 1f73cbe204..50408023d3 100644 --- a/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md +++ b/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md @@ -193,7 +193,7 @@ kubectl config --kubeconfig=config-demo use-context exp-scratch Now any `kubectl` command you give will apply to the default namespace of the `scratch` cluster. And the command will use the credentials of the user -listed in the `exa-scratch` context. +listed in the `exp-scratch` context. View configuration associated with the new current context, `exp-scratch`. @@ -210,7 +210,7 @@ Change the current context to `dev-storage`: kubectl config --kubeconfig=config-demo use-context dev-storage ``` -View configuration associated with the new current context, `dev-storage. +View configuration associated with the new current context, `dev-storage`. ```shell