From 2221a5a273bd352f8373595ef9a83b2c6e3fcb0d Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Thu, 29 Feb 2024 15:25:17 +0000 Subject: [PATCH] Fix typo --- docs/eventlisteners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventlisteners.md b/docs/eventlisteners.md index 81f4c1047..9640b91bd 100644 --- a/docs/eventlisteners.md +++ b/docs/eventlisteners.md @@ -609,7 +609,7 @@ You can expose this service as you would with any regular Kubernetes service. A ### Exposing an `EventListener` using a `LoadBalancer` Service -If your Kuberentes cluster supports [external load balancers](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer), +If your Kubernetes cluster supports [external load balancers](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer), you can set the `serviceType` field to `LoadBalancer` to switch the Kubernetes service type: ```yaml