Skip to content

Commit b3b3b5b

Browse files
authored
doc/ingress: fixed a code format issue
1 parent 78ffffa commit b3b3b5b

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
@@ -124,7 +124,7 @@ Each path in an Ingress has a corresponding path type. There are three supported
124124
path types:
125125

126126
* _`ImplementationSpecific`_ (default): With this path type, matching is up to
127-
the IngressClass. Implementations can treat this as a separate `pathType or
127+
the IngressClass. Implementations can treat this as a separate `pathType` or
128128
treat it identically to `Prefix` or `Exact` path types.
129129

130130
* _`Exact`_: Matches the URL path exactly and with case sensitivity.

0 commit comments

Comments
 (0)