From 549fc092a8309e8f4d850392cd553ba348a30b14 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 9 May 2018 23:14:14 +0800 Subject: [PATCH] Typo fix in commands: kubeclt->kubectl kubeclt->kubectl --- contributors/design-proposals/apps/controller_history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/apps/controller_history.md b/contributors/design-proposals/apps/controller_history.md index af58fad23..6e313ce88 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