fix spelling mistake

This commit is contained in:
Justin Bertrand 2021-04-21 17:53:13 -04:00 committed by GitHub
parent 2ed8cff100
commit 1878107fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" >}}