Skip to content

Commit daaf2a8

Browse files
authored
Merge pull request #38278 from izeye/patch-1
Add a missing space in `ingress.md`
2 parents 7d8515a + 1b4fcd4 commit daaf2a8

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
@@ -170,7 +170,7 @@ supported path types:
170170

171171
{{< note >}} If the last element of the path is a substring of the last
172172
element in request path, it is not a match (for example: `/foo/bar`
173-
matches`/foo/bar/baz`, but does not match `/foo/barbaz`). {{< /note >}}
173+
matches `/foo/bar/baz`, but does not match `/foo/barbaz`). {{< /note >}}
174174

175175
### Examples
176176

0 commit comments

Comments
 (0)