diff --git a/files/ko/web/http/headers/etag/index.md b/files/ko/web/http/headers/etag/index.md index ce95c5294f3b95..d59bb071110108 100644 --- a/files/ko/web/http/headers/etag/index.md +++ b/files/ko/web/http/headers/etag/index.md @@ -51,7 +51,7 @@ ETag: W/"0815" 예를 들어 MDN을 편집할 때, 현재 위키 콘텐츠는 해시되어 `Etag` 안에 들어갑니다. ``` -ETag: "33a64df551425fcc55e4d42a148795d9f25f89d4 +ETag: "33a64df551425fcc55e4d42a148795d9f25f89d4" ``` 위키 페이지에 변경사항을 저장할 때, {{HTTPMethod("POST")}}의 요청은 {{HTTPHeader("If-Match")}}헤더에 새로운 변경사항이 발생했는지 판별하기 위해, 기존의 `ETag`값을 포함하여 요청을 진행합니다.