From 9aa4a303eb4402e652b0756566412410e0c779a8 Mon Sep 17 00:00:00 2001 From: Peter Malmgren Date: Tue, 31 Mar 2020 17:02:13 -0400 Subject: [PATCH] Ingress Path Types: Fix typo This patch adds a closing backtick to "pathType" so the whole sentence won't render as code. --- 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 346b916465..39e57ffdb0 100644 --- a/content/en/docs/concepts/services-networking/ingress.md +++ b/content/en/docs/concepts/services-networking/ingress.md @@ -124,7 +124,7 @@ Each path in an Ingress has a corresponding path type. There are three supported path types: * _`ImplementationSpecific`_ (default): With this path type, matching is up to - the IngressClass. Implementations can treat this as a separate `pathType or + the IngressClass. Implementations can treat this as a separate `pathType` or treat it identically to `Prefix` or `Exact` path types. * _`Exact`_: Matches the URL path exactly and with case sensitivity.