From c674f6865f05c6d94380b67d3ba38e24ee3abff9 Mon Sep 17 00:00:00 2001 From: JounQin Date: Thu, 1 Feb 2018 22:17:10 +0800 Subject: [PATCH] Typo fix: Config view show -> Config view shows (#7181) --- docs/tasks/access-application-cluster/web-ui-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/access-application-cluster/web-ui-dashboard.md b/docs/tasks/access-application-cluster/web-ui-dashboard.md index 79443ba64f..0c02dc5289 100644 --- a/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -156,7 +156,7 @@ Services and discovery view shows Kubernetes resources that allow for exposing s Storage view shows Persistent Volume Claim resources which are used by applications for storing data. #### Config -Config view show all Kubernetes resources that are used for live configuration of applications running in clusters. This is now Config Maps and Secrets. The view allows for editing and managing config objects and displays secrets hidden by default. +Config view shows all Kubernetes resources that are used for live configuration of applications running in clusters. This is now Config Maps and Secrets. The view allows for editing and managing config objects and displays secrets hidden by default. ![Secret detail view](/images/docs/ui-dashboard-secret-detail.png)