From c2c24fbe8785131931ffaf63b9b0d247a2c1f0fd Mon Sep 17 00:00:00 2001 From: mrchatam Date: Sun, 13 Sep 2026 03:49:44 +0000 Subject: [PATCH] docs: fix 'allows to use either use' grammar in external domain TLS Signed-off-by: mrchatam --- docs/versioned/serving/encryption/external-domain-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned/serving/encryption/external-domain-tls.md b/docs/versioned/serving/encryption/external-domain-tls.md index 6eeab6babf9..1e18718f84c 100644 --- a/docs/versioned/serving/encryption/external-domain-tls.md +++ b/docs/versioned/serving/encryption/external-domain-tls.md @@ -7,7 +7,7 @@ function: how-to # Configure external domain encryption -Knative allows to use either use custom TLS certificates or to use automatically generated TLS certificates +Knative allows you to use either custom TLS certificates or automatically generated TLS certificates to enable secure HTTPS connections for your Knative Services for the external domain (like `application.example.com`). ## Before you begin