Skip to content

Commit c07ea1d

Browse files
Fix README.md typos (#2859)
1 parent c9ad95a commit c07ea1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ You can now override the context portForward default address configuration by se
396396
maxConnRetry: 5
397397
# Indicates whether modification commands like delete/kill/edit are disabled. Default is false
398398
readOnly: false
399-
# Toggles whether k9s should exit when CTRL-C is pressed. When set to true, you will need to exist k9s via the :quit command. Default is false.
399+
# Toggles whether k9s should exit when CTRL-C is pressed. When set to true, you will need to exit k9s via the :quit command. Default is false.
400400
noExitOnCtrlC: false
401401
#UI settings
402402
ui:
@@ -661,7 +661,7 @@ K9s allows you to extend your command line and tooling by defining your very own
661661
A plugin is defined as follows:
662662

663663
* Shortcut option represents the key combination a user would type to activate the plugin. Valid values are [a-z], Shift-[A-Z], Ctrl-[A-Z].
664-
* Override option make that the default action related to the shortcut will be overrided by the plugin
664+
* Override option make that the default action related to the shortcut will be overridden by the plugin
665665
* Confirm option (when enabled) lets you see the command that is going to be executed and gives you an option to confirm or prevent execution
666666
* Description will be printed next to the shortcut in the k9s menu
667667
* Scopes defines a collection of resources names/short-names for the views associated with the plugin. You can specify `all` to provide this shortcut for all views.

0 commit comments

Comments
 (0)