aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/status
diff options
context:
space:
mode:
authorAlexey Istomin <webistomin@gmail.com>2021-03-20 17:12:30 +0300
committerGitHub <noreply@github.com>2021-03-20 17:12:30 +0300
commitffbf5a234039386eae76968a1844f766a9da3d67 (patch)
tree6bd08e3d64417a3b53a6677f159ed3c5cbce37ed /files/ru/web/http/status
parent0057f9bf08252974cd89456bd9f4334dc236c40a (diff)
downloadtranslated-content-ffbf5a234039386eae76968a1844f766a9da3d67.tar.gz
translated-content-ffbf5a234039386eae76968a1844f766a9da3d67.tar.bz2
translated-content-ffbf5a234039386eae76968a1844f766a9da3d67.zip
Fix various typos in Russian translation (#238)
* docs(ru): fix typos * Update index.html Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
Diffstat (limited to 'files/ru/web/http/status')
-rw-r--r--files/ru/web/http/status/307/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/http/status/307/index.html b/files/ru/web/http/status/307/index.html
index 8ffa791618..38cdf13766 100644
--- a/files/ru/web/http/status/307/index.html
+++ b/files/ru/web/http/status/307/index.html
@@ -59,7 +59,7 @@ Location: http://www.example.org/cars/id/123456
<ul>
<li>{{HTTPStatus("302", "302 Found")}}, эквивалентен этому коду ответа, но может изменить метод запроса, если он отличается от {{HTTPMethod("GET")}}.</li>
- <li>{{HTTPStatus("303", "303 See Other")}}, временное перенаправление, которе изменяет метод на {{HTTPMethod("GET")}}.</li>
+ <li>{{HTTPStatus("303", "303 See Other")}}, временное перенаправление, которое изменяет метод на {{HTTPMethod("GET")}}.</li>
<li>{{HTTPStatus("301", "301 Moved Permanently")}}, постоянное перенаправление</li>
<li><a class="external" href="https://www.exai.com/blog/307-temporary-redirect" rel="noopener">307 Temporary Redirect</a></li>