diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index cd228c07480a6..718be0abac71a 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -56,11 +56,11 @@ leads to an awkward construction. Use angle brackets for placeholders. Tell the reader what a placeholder represents. -1. Display information about a pod: +1. Display information about a Pod: kubectl describe pod - where `` is the name of one of your pods. + where `` is the name of one of your Pods. ### Use bold for user interface elements @@ -138,7 +138,7 @@ For field values of type string or integer, use normal style without quotation m ### Separate commands from output -Verify that the pod is running on your chosen node: +Verify that the Pod is running on your chosen node: kubectl get pods --output=wide