Skip to content

Commit 1b4fcd4

Browse files
authored
Add a missing space in ingress.md
1 parent 9b7ad7c commit 1b4fcd4

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)