From 62656313f13694e74b91fc2e6d268935d49d2764 Mon Sep 17 00:00:00 2001 From: Donghui Wang <977675308@qq.com> Date: Sun, 14 Jul 2019 02:05:03 +0800 Subject: [PATCH] typo fix: add the missing right parenthesis (#15407) --- .../concepts/workloads/controllers/replicationcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/replicationcontroller.md b/content/en/docs/concepts/workloads/controllers/replicationcontroller.md index 11940aa901..61f9cfc82f 100644 --- a/content/en/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/content/en/docs/concepts/workloads/controllers/replicationcontroller.md @@ -109,7 +109,7 @@ nginx-3ntk0 nginx-4ok8v nginx-qrm3m ``` Here, the selector is the same as the selector for the ReplicationController (seen in the -`kubectl describe` output, and in a different form in `replication.yaml`. The `--output=jsonpath` option +`kubectl describe` output), and in a different form in `replication.yaml`. The `--output=jsonpath` option specifies an expression that just gets the name from each pod in the returned list.