From 05db0895cb7140c0860d2fdff96c1f686e8a8c8f Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:20:04 +0100 Subject: [PATCH] Fix typo in v3.6 migration guide --- docs/content/migrate/v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/migrate/v3.md b/docs/content/migrate/v3.md index 304287398..85e9fc185 100644 --- a/docs/content/migrate/v3.md +++ b/docs/content/migrate/v3.md @@ -518,7 +518,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa ### Kubernetes CRD Provider -To use the new `leastime` load-balancer algorithm with the Kubernetes CRD provider, you need to update your CRDs. +To use the new `leasttime` load-balancer algorithm with the Kubernetes CRD provider, you need to update your CRDs. **Apply Updated CRDs:**