From a80dc8a510aedb2514105dc5c05c998b3d876d34 Mon Sep 17 00:00:00 2001 From: Oleksandr Molchanov Date: Sat, 14 Mar 2026 10:30:19 +0200 Subject: [PATCH] docs: improve wording --- plugins/kube-ps1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kube-ps1/README.md b/plugins/kube-ps1/README.md index a57cdf585..f1127f6db 100644 --- a/plugins/kube-ps1/README.md +++ b/plugins/kube-ps1/README.md @@ -208,7 +208,7 @@ the following variables: | `KUBE_PS1_CTX_COLOR_FUNCTION` | No default, must be user supplied | Function to customize context color based on context name | | `KUBE_PS1_HIDE_IF_NOCONTEXT` | `false` | Hide the kube-ps1 prompt if no context is set | -In case you would like to have more control over kube environment context, you can tackle: +For more control over the Kubernetes environment context, you can adjust: | Variable | Default | Meaning | | :------- | :-----: | ------- | @@ -248,7 +248,7 @@ Blue was used for the default symbol to match the Kubernetes color as closely as possible. Red was chosen as the context name to stand out, and cyan for the namespace. -If `KUBE_PS1_ENV_CTX_ENABLE` is set to `true`, you can also adjust: +If `KUBE_PS1_ENV_CTX_ENABLE` is set to `true`, you can also modify: | Variable | Default | Meaning | | :------- | :-----: | ------- |