From 7c2214eba9bcd7cadb2535cec28afdec14582676 Mon Sep 17 00:00:00 2001 From: Ryan McGinnis Date: Wed, 13 Jun 2018 12:27:28 -0700 Subject: [PATCH] Container > containers (#9040) It is confusing to capitalize "container" because it isn't really a primitive or API object. Furthermore, this guideline doesn't appear to be closely followed. --- content/en/docs/home/contribute/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. - +
DoDon'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 ...