diff --git a/content/en/docs/reference/kubectl/overview.md b/content/en/docs/reference/kubectl/overview.md index 00febd560a3..25388fdf808 100644 --- a/content/en/docs/reference/kubectl/overview.md +++ b/content/en/docs/reference/kubectl/overview.md @@ -273,7 +273,7 @@ $ kubectl create -f // List all pods in plain-text output format. $ kubectl get pods -// List all pods in plain-text output format and includes additional information (such as node name). +// List all pods in plain-text output format and include additional information (such as node name). $ kubectl get pods -o wide // List the replication controller with the specified name in plain-text output format. Tip: You can shorten and replace the 'replicationcontroller' resource type with the alias 'rc'.