From f76768cdc28e9110d538bdb0be6a86c041a0cfcf Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 22 Aug 2017 11:34:24 +0800 Subject: [PATCH] Update logging.md add ":" to the sentence --- docs/concepts/cluster-administration/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/cluster-administration/logging.md b/docs/concepts/cluster-administration/logging.md index b32c1d05bf..42475f124f 100644 --- a/docs/concepts/cluster-administration/logging.md +++ b/docs/concepts/cluster-administration/logging.md @@ -33,7 +33,7 @@ $ kubectl create -f https://k8s.io/docs/tasks/debug-application-cluster/counter- pod "counter" created ``` -To fetch the logs, use the `kubectl logs` command, as follows +To fetch the logs, use the `kubectl logs` command, as follows: ```shell $ kubectl logs counter