From cb288fc99bcc549a6a94059c7d26bfeb52ba3cb4 Mon Sep 17 00:00:00 2001 From: qube Date: Tue, 8 Nov 2022 18:38:48 -0800 Subject: [PATCH] Fix typo in detailed-doc.md (#1997) --- docs/detailed-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detailed-docs.md b/docs/detailed-docs.md index 096d2d6a..a1c927f2 100644 --- a/docs/detailed-docs.md +++ b/docs/detailed-docs.md @@ -797,7 +797,7 @@ $ helm upgrade --install --namespace actions-runner-system --create-namespace \ The command above will create a new deployment and a service for receiving Github Webhooks on the `actions-runner-system` namespace. -Now we need to expose this service so that GitHub can send these webhooks over the network with TSL protection. +Now we need to expose this service so that GitHub can send these webhooks over the network with TLS protection. You can do it in any way you prefer, here we'll suggest doing it with a k8s Ingress. For the sake of this example we'll expose this service on the following URL: