From 5f17fd8fb38e476d1c293171a91ef813bc5df57c Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 22 Aug 2023 03:07:58 +0300 Subject: [PATCH] [en] typo secrets-good-practices.md --- content/en/docs/concepts/security/secrets-good-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/secrets-good-practices.md b/content/en/docs/concepts/security/secrets-good-practices.md index 7651419c72..f864a0ca9d 100644 --- a/content/en/docs/concepts/security/secrets-good-practices.md +++ b/content/en/docs/concepts/security/secrets-good-practices.md @@ -111,6 +111,6 @@ data encoded as base64, sharing this file or checking it in to a source repository means the secret is available to everyone who can read the manifest. {{< caution >}} -Base64 encoding is _not_ an encryption method, it provides no additiona +Base64 encoding is _not_ an encryption method, it provides no additional confidentiality over plain text. {{< /caution >}}