From f424739d9c18d6eba4f8cd2a0c15a76a598e211b Mon Sep 17 00:00:00 2001 From: Alex McCarthy <19922103+CodingCanuck@users.noreply.github.com> Date: Fri, 31 Dec 2021 07:06:04 -1000 Subject: [PATCH] Fix grammar in kubernetes dashboard docs Start a new sentence after a period. --- .../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 e13b6e075a..79015b0209 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 @@ -219,7 +219,7 @@ allocated resources, events and pods running on the node. Shows all applications running in the selected namespace. The view lists applications by workload kind (for example: Deployments, ReplicaSets, StatefulSets). -and each workload kind can be viewed separately. +Each workload kind can be viewed separately. The lists summarize actionable information about the workloads, such as the number of ready pods for a ReplicaSet or current memory usage for a Pod.