aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/http/status/302/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/status/302/index.html b/files/zh-cn/web/http/status/302/index.html
index cfb8fb0d42..038833fadb 100644
--- a/files/zh-cn/web/http/status/302/index.html
+++ b/files/zh-cn/web/http/status/302/index.html
@@ -43,5 +43,5 @@ translation_of: Web/HTTP/Status/302
<ul>
<li>{{HTTPStatus("307")}} <code>Temporary Redirect</code>, the equivalent of this status code, but that never changes the method used.</li>
<li>{{HTTPStatus("303")}} <code>See Also</code>, a temporary redirect that changes the method used to {{HTTPMethod("GET")}}.</li>
- <li>{{HTTPStatus("301")}} <code>Found</code>, the temporary redirect.</li>
+ <li>{{HTTPStatus("301")}} <code>Moved Permanently</code>, the permanent redirect.</li>
</ul>