diff options
| author | AdamDang <adam.dang@daocloud.io> | 2018-05-09 23:14:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-09 23:14:14 +0800 |
| commit | 549fc092a8309e8f4d850392cd553ba348a30b14 (patch) | |
| tree | a72ed3a8e7749b21a3542f247a47bc0f4f05cab8 | |
| parent | b8d4a1b389bd105d23ca496b1c67febe1e2efdf2 (diff) | |
Typo fix in commands: kubeclt->kubectl
kubeclt->kubectl
| -rw-r--r-- | contributors/design-proposals/apps/controller_history.md | 2 |
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 |
