diff --git a/docs/concepts/workloads/controllers/replicationcontroller.md b/docs/concepts/workloads/controllers/replicationcontroller.md index 7bd8c69246..220d3010ca 100644 --- a/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/docs/concepts/workloads/controllers/replicationcontroller.md @@ -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/).