From c2482198a0dfa469cee9b3188825eeb534d6657f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A7=80=ED=9B=88?= <58219394+JiHoon-0330@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:07:14 +0900 Subject: [PATCH] =?UTF-8?q?[ko]=20fix:=20ETag=20=EC=98=A4=ED=83=88?= =?UTF-8?q?=EC=9E=90=20=EC=88=98=EC=A0=95=20(#24553)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: ETag 오탈자 수정 Co-authored-by: JiHoon-0330 --- files/ko/web/http/headers/etag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`값을 포함하여 요청을 진행합니다.