From 8c40f90dffee8d1743a15081ba87b759a4720cd6 Mon Sep 17 00:00:00 2001 From: Yang <940129520@qq.com> Date: Mon, 10 Jan 2022 16:13:45 +0800 Subject: Fix wrong description for 301 status code (#3569) --- files/zh-cn/web/http/status/302/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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
Temporary Redirect
, the equivalent of this status code, but that never changes the method used.See Also
, a temporary redirect that changes the method used to {{HTTPMethod("GET")}}.Found
, the temporary redirect.Moved Permanently
, the permanent redirect.