From fb26a395f03c77fb3a008ba378e2cc4e874bad71 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Sat, 6 May 2017 20:54:57 -0700 Subject: [PATCH] ReplicationController: Fix typo. --- docs/concepts/workloads/controllers/replicationcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).