Add a missing space in `ingress.md`

pull/38278/head
Johnny Lim 2022-12-05 20:33:43 +09:00 committed by GitHub
parent 9b7ad7cbdd
commit 1b4fcd4a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ supported path types:
{{< note >}} If the last element of the path is a substring of the last
element in request path, it is not a match (for example: `/foo/bar`
matches`/foo/bar/baz`, but does not match `/foo/barbaz`). {{< /note >}}
matches `/foo/bar/baz`, but does not match `/foo/barbaz`). {{< /note >}}
### Examples