diff --git a/content/en/docs/home/contribute/style-guide.md b/content/en/docs/home/contribute/style-guide.md index 5d6dbc765e..df7933ab72 100644 --- a/content/en/docs/home/contribute/style-guide.md +++ b/content/en/docs/home/contribute/style-guide.md @@ -43,7 +43,7 @@ leads to an awkward construction.
| Do | Don't |
|---|---|
| The Pod has two Containers. | The pod has two containers. |
| The Pod has two containers. | The pod has two containers. |
| The Deployment is responsible for ... | The Deployment object is responsible for ... |
| A PodList is a list of Pods. | A Pod List is a list of pods. |
| The two ContainerPorts ... | The two ContainerPort objects ... |