ReplicationController: Fix typo.

This commit is contained in:
Rohit Agarwal
2017-05-06 20:54:57 -07:00
committed by Andrew Chen
parent 71bf0f5e19
commit fb26a395f0
@@ -86,7 +86,7 @@ specifies an expression that just gets the name from each pod in the returned li
## Writing a ReplicationController Spec
As with all other Kubernetes config, a Job needs `apiVersion`, `kind`, and `metadata` fields. For
As with all other Kubernetes config, a ReplicationController needs `apiVersion`, `kind`, and `metadata` fields. For
general information about working with config files, see [here](/docs/user-guide/simple-yaml/),
[here](/docs/user-guide/configuring-containers/), and [here](/docs/concepts/tools/kubectl/object-management-overview/).