diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-11-25 18:40:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-25 18:40:01 -0800 |
| commit | 22d4ad7e3dd58270ad741ad7d9e18c159ce5632f (patch) | |
| tree | 640ede12faf0c373e44f73eaff160cd2a074d2cd | |
| parent | d50ddc407d0212bc31acbc2260507f2f02ebd749 (diff) | |
| parent | 293f336f3dcf95af66997b27df7257c4080e96d7 (diff) | |
Merge pull request #1435 from stewart-yu/fixError
Automatic merge from submit-queue.
fix misspelling
Fix misspelling.
| -rw-r--r-- | contributors/devel/kubectl-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/kubectl-conventions.md b/contributors/devel/kubectl-conventions.md index d9de594e..127546c9 100644 --- a/contributors/devel/kubectl-conventions.md +++ b/contributors/devel/kubectl-conventions.md @@ -172,7 +172,7 @@ generation, etc., and display the output * `--output-version=...`: Convert the output to a different API group/version * `--short`: Output a compact summary of normal output; the format is subject -to change and is optimizied for reading not parsing. +to change and is optimized for reading not parsing. * `--validate`: Validate the resource schema |
