Merge pull request #79890 from oke-py/fix-typo-2

fixed a typo in kubectl book
This commit is contained in:
Kubernetes Prow Robot 2019-07-30 01:59:31 -07:00 committed by GitHub
commit 6885e45edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.