From 2b7afa36d78ccbcda610d5adf739ca38e210a55e Mon Sep 17 00:00:00 2001 From: bobbypower-asm <102688848+bobbypower-asm@users.noreply.github.com> Date: Tue, 24 May 2022 17:27:36 -0400 Subject: [PATCH] Fix title ("mininum" > "minimum") (#11346) --- .../tls-configuration/workload-min-tls-version/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/security/tls-configuration/workload-min-tls-version/index.md b/content/en/docs/tasks/security/tls-configuration/workload-min-tls-version/index.md index ec85b29bee..4eb42e463d 100644 --- a/content/en/docs/tasks/security/tls-configuration/workload-min-tls-version/index.md +++ b/content/en/docs/tasks/security/tls-configuration/workload-min-tls-version/index.md @@ -1,5 +1,5 @@ --- -title: Istio Workload Mininum TLS Version Configuration +title: Istio Workload Minimum TLS Version Configuration description: Shows how to configure the minimum TLS version for Istio workloads. weight: 90 keywords: [security,TLS] @@ -90,4 +90,4 @@ To remove the `foo` and `istio-system` namespaces: {{< text bash >}} $ kubectl delete ns foo istio-system -{{< /text >}} \ No newline at end of file +{{< /text >}}