diff options
author | Alexey Istomin <webistomin@gmail.com> | 2021-03-20 17:12:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 17:12:30 +0300 |
commit | ffbf5a234039386eae76968a1844f766a9da3d67 (patch) | |
tree | 6bd08e3d64417a3b53a6677f159ed3c5cbce37ed /files/ru/web/http/headers | |
parent | 0057f9bf08252974cd89456bd9f4334dc236c40a (diff) | |
download | translated-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/headers')
-rw-r--r-- | files/ru/web/http/headers/expires/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/http/headers/host/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/http/headers/last-modified/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/http/headers/expires/index.html b/files/ru/web/http/headers/expires/index.html index 1eea75af01..f388db7437 100644 --- a/files/ru/web/http/headers/expires/index.html +++ b/files/ru/web/http/headers/expires/index.html @@ -34,7 +34,7 @@ original_slug: Web/HTTP/Заголовки/Expires </tbody> </table> -<h2 id="Синтакс">Синтакс</h2> +<h2 id="Синтаксис">Синтаксис</h2> <pre class="syntaxbox notranslate">Expires: <http-date> </pre> diff --git a/files/ru/web/http/headers/host/index.html b/files/ru/web/http/headers/host/index.html index fbe9c92a75..115636f162 100644 --- a/files/ru/web/http/headers/host/index.html +++ b/files/ru/web/http/headers/host/index.html @@ -27,7 +27,7 @@ original_slug: Web/HTTP/Заголовки/Host </tbody> </table> -<h2 id="Синтакс">Синтакс</h2> +<h2 id="Синтаксис">Синтаксис</h2> <pre class="syntaxbox">Host: <host>:<port> </pre> diff --git a/files/ru/web/http/headers/last-modified/index.html b/files/ru/web/http/headers/last-modified/index.html index 53dae93f65..2c7518129c 100644 --- a/files/ru/web/http/headers/last-modified/index.html +++ b/files/ru/web/http/headers/last-modified/index.html @@ -30,7 +30,7 @@ original_slug: Web/HTTP/Заголовки/Last-Modified </tbody> </table> -<h2 id="Синтакс">Синтакс</h2> +<h2 id="Синтаксис">Синтаксис</h2> <pre class="syntaxbox">Last-Modified: <имя-дня>, <номер-дня> <имя-месяца> <год> <час>:<минута>:<секунда> GMT </pre> |