diff options
author | hochan Lee <hochan049@gmail.com> | 2021-05-24 22:07:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 22:07:54 +0900 |
commit | cdbbe74c1854f28c00eb6e0d9874e69473370c69 (patch) | |
tree | 6d4877723837ac3dd90fef46237ca9d1a19c8bbe /files/ko | |
parent | 368fa213d4c0b1a09bb5a9a3235944cfad693919 (diff) | |
download | translated-content-cdbbe74c1854f28c00eb6e0d9874e69473370c69.tar.gz translated-content-cdbbe74c1854f28c00eb6e0d9874e69473370c69.tar.bz2 translated-content-cdbbe74c1854f28c00eb6e0d9874e69473370c69.zip |
[FIX] typo err (#939)
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/web/http/caching/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/http/caching/index.html b/files/ko/web/http/caching/index.html index 3ae3755244..b062f04fa4 100644 --- a/files/ko/web/http/caching/index.html +++ b/files/ko/web/http/caching/index.html @@ -34,7 +34,7 @@ translation_of: Web/HTTP/Caching <ul> <li>검색(retrieval) 요청의 성공적인 결과: HTML 문서, 이미지 혹은 파일과 같은 리소스를 포함하는 {{HTTPMethod("GET")}} 요청에 대한 {{HTTPStatus(200)}} (OK) 응답.</li> <li>영구적인 리다이렉트: {{HTTPStatus(301)}} (Moved Permanently) 응답.</li> - <li>오류 응답: a {{HTTPStatus(404)}} (Not Found) 결과 페이지.</li> + <li>오류 응답: {{HTTPStatus(404)}} (Not Found) 결과 페이지.</li> <li>완전하지 않은 결과: {{HTTPStatus(206)}} (Partial Content) 응답.</li> <li>캐시 키로 사용하기에 적절한 무언가가 정의된 경우의 {{HTTPMethod("GET")}} 이외의 응답.</li> </ul> |