Skip to content

Commit 1c25f0b

Browse files
authored
Merge pull request #38228 from izeye/patch-1
Fix grammar for Ingress concept
2 parents cda1a46 + c480888 commit 1c25f0b

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Each HTTP rule contains the following information:
101101
Service.
102102
* A backend is a combination of Service and port names as described in the
103103
[Service doc](/docs/concepts/services-networking/service/) or a [custom resource backend](#resource-backend) by way of a {{< glossary_tooltip term_id="CustomResourceDefinition" text="CRD" >}}. HTTP (and HTTPS) requests to the
104-
Ingress that matches the host and path of the rule are sent to the listed backend.
104+
Ingress that match the host and path of the rule are sent to the listed backend.
105105

106106
A `defaultBackend` is often configured in an Ingress controller to service any requests that do not
107107
match a path in the spec.

0 commit comments

Comments
 (0)