From c8838cda7d1b086efa5e609b644d83ae3b6e8787 Mon Sep 17 00:00:00 2001 From: David Lovitch Date: Tue, 25 Dec 2018 21:38:47 -0800 Subject: [PATCH] Fix typo privelages->privileges (#11887) --- .../docs/tasks/access-application-cluster/web-ui-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md index 17dc6571f8..ceea70165f 100644 --- a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -34,7 +34,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/ To protect your cluster data, Dashboard deploys with a minimal RBAC configuration by default. Currently, Dashboard only supports logging in with a Bearer Token. To create a token for this demo, you can follow our guide on [creating a sample user](https://github.com/kubernetes/dashboard/wiki/Creating-sample-user). {{< warning >}} -The sample user created in the tutorial will have administrative privelages and is for educational purposes only. +The sample user created in the tutorial will have administrative privileges and is for educational purposes only. {{< /warning >}} ### Command line proxy