Skip to content

Commit

Permalink
Capitalized "Pod" in multiple locations
Browse files Browse the repository at this point in the history
This style guide states to always capitalize Pod, but in the next section it was written in lowercase in a couple places. I've capitalized them.
  • Loading branch information
alex-libre authored Sep 5, 2018
1 parent edeb6a4 commit 07c6a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/contribute/style/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pod-name>

where `<pod-name>` is the name of one of your pods.
where `<pod-name>` is the name of one of your Pods.

### Use bold for user interface elements

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 07c6a2d

Please sign in to comment.