From a8e0942d7eca4fc7c9dbff698d3b0a4e5a7bf235 Mon Sep 17 00:00:00 2001 From: Yann Defretin Date: Tue, 9 May 2023 17:36:29 +0200 Subject: [PATCH] Fix typo introduced in #2045 (#2082) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9078a8dd..753e3bc7 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ K9s uses aliases to navigate most K8s resources. | Bails out of view/command/filter mode | `` | | | Key mapping to describe, view, edit, view logs,... | `d`,`v`, `e`, `l`,... | | | To view and switch to another Kubernetes context (Pod view) | `:`ctx⏎ | | -| To view and switch directl to another Kubernetes context (Last used view) | `:`ctx context-name⏎ | | +| To view and switch directly to another Kubernetes context (Last used view) | `:`ctx context-name⏎ | | | To view and switch to another Kubernetes namespace | `:`ns⏎ | | | To view all saved resources | `:`screendump or sd⏎ | | | To delete a resource (TAB and ENTER to confirm) | `ctrl-d` | |