From 1878107fa20e5810f6e1e62a5596c02979c0bd27 Mon Sep 17 00:00:00 2001 From: Justin Bertrand Date: Wed, 21 Apr 2021 17:53:13 -0400 Subject: [PATCH] fix spelling mistake --- content/en/docs/concepts/services-networking/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/ingress.md b/content/en/docs/concepts/services-networking/ingress.md index e41b629f20..de4e665af1 100644 --- a/content/en/docs/concepts/services-networking/ingress.md +++ b/content/en/docs/concepts/services-networking/ingress.md @@ -230,7 +230,7 @@ reference additional implementation-specific configuration for this class. reference a namespace-specific resource for configuration of an Ingress class. `Scope` field defaults to `Cluster`, meaning, the default is cluster-scoped resource. Setting `Scope` to `Namespace` and setting the `Namespace` field -will reference a paramters resource in a specific namespace: +will reference a parameters resource in a specific namespace: {{< codenew file="service/networking/namespaced-params.yaml" >}}