diff --git a/content/ko/docs/concepts/services-networking/ingress.md b/content/ko/docs/concepts/services-networking/ingress.md index 805260d159..e9e5f12a05 100644 --- a/content/ko/docs/concepts/services-networking/ingress.md +++ b/content/ko/docs/concepts/services-networking/ingress.md @@ -164,8 +164,8 @@ Events: 요청은 _p_ 경로에 일치한다. {{< note >}} 경로의 마지막 요소가 요청 경로에 있는 마지막 - 요소의 하위 문자열인 경우에는 일치하지 않는다(예시: `/foo/bar` 와 - `/foo/bar/baz` 와 일치하지만, `/foo/barbaz` 는 일치하지 않는다). {{< /note >}} + 요소의 하위 문자열인 경우에는 일치하지 않는다(예시: `/foo/bar` 는 + `/foo/bar/baz` 와 일치하지만, `/foo/barbaz` 와는 일치하지 않는다). {{< /note >}} ### 예제