summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-05-10 03:15:53 -0700
committerGitHub <noreply@github.com>2018-05-10 03:15:53 -0700
commit2b504207d2d21c67cb0a886ee623d50877d72d49 (patch)
treea72ed3a8e7749b21a3542f247a47bc0f4f05cab8
parentb8d4a1b389bd105d23ca496b1c67febe1e2efdf2 (diff)
parent549fc092a8309e8f4d850392cd553ba348a30b14 (diff)
Merge pull request #2140 from AdamDang/patch-8
Typo fix in commands: kubeclt->kubectl
-rw-r--r--contributors/design-proposals/apps/controller_history.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/apps/controller_history.md b/contributors/design-proposals/apps/controller_history.md
index af58fad2..6e313ce8 100644
--- a/contributors/design-proposals/apps/controller_history.md
+++ b/contributors/design-proposals/apps/controller_history.md
@@ -390,7 +390,7 @@ the following command.
### Rollback
-For future work, `kubeclt rollout undo` can be implemented in the general case
+For future work, `kubectl rollout undo` can be implemented in the general case
as an extension of the [above](#viewing-history ).
```bash