From 3e3b7238e079d7017fd5d86d182c248d81c8deb6 Mon Sep 17 00:00:00 2001 From: Dakshraj Sharma Date: Tue, 25 Aug 2020 20:40:04 +0530 Subject: [PATCH] doc: Minor language improvement in TLS documentation --- docs/content/https/tls.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/https/tls.md b/docs/content/https/tls.md index 9b1023386..789a46937 100644 --- a/docs/content/https/tls.md +++ b/docs/content/https/tls.md @@ -183,9 +183,9 @@ spec: ### Maximum TLS Version -We discourages the use of this setting to disable TLS1.3. +We discourage the use of this setting to disable TLS1.3. -The right approach is to update the clients to support TLS1.3. +The recommended approach is to update the clients to support TLS1.3. ```toml tab="File (TOML)" # Dynamic configuration @@ -316,7 +316,7 @@ spec: ### Strict SNI Checking -With strict SNI checking, Traefik won't allow connections from clients connections +With strict SNI checking enabled, Traefik won't allow connections from clients that do not specify a server_name extension or don't match any certificate configured on the tlsOption. ```toml tab="File (TOML)"