From f258af3af3dabc56297bae499f0412b7fb132489 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Mon, 8 Jul 2019 22:56:04 +0900 Subject: [PATCH] fixed a typo in kubectl book --- .../docs/book/pages/imperative_porcelain/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/imperative_porcelain/introduction.md b/staging/src/k8s.io/kubectl/docs/book/pages/imperative_porcelain/introduction.md index 3c1964f4ad4..a8da7468bb7 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/imperative_porcelain/introduction.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/imperative_porcelain/introduction.md @@ -9,7 +9,7 @@ use cases, imperative porcelain commands may be helpful for development or debug issues. These commands are particularly helpful for learning about Kubernetes when coming from an imperative system. -**Note:** Some imperative commands can by run with `--dry-run -o yaml` to display the declarative +**Note:** Some imperative commands can be run with `--dry-run -o yaml` to display the declarative form. This section describes imperative commands that will generate or patch Resource Config.