aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/preloading_content
diff options
context:
space:
mode:
authorAlexey Istomin <webistomin@gmail.com>2021-03-21 11:18:00 +0300
committerGitHub <noreply@github.com>2021-03-21 11:18:00 +0300
commit8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (patch)
treeac6698d151c498a70fd834db06b575fadd2c2535 /files/ru/web/html/preloading_content
parent0e03ba431ff64f6203db81de570dae6c84cddf49 (diff)
downloadtranslated-content-8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870.tar.gz
translated-content-8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870.tar.bz2
translated-content-8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870.zip
Uniqy "cache" word in Russian translation (#261)
* docs(ru): uniqy cache word * revert(redirects): revert redirects
Diffstat (limited to 'files/ru/web/html/preloading_content')
-rw-r--r--files/ru/web/html/preloading_content/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/html/preloading_content/index.html b/files/ru/web/html/preloading_content/index.html
index 01cfa703ff..8b408d815c 100644
--- a/files/ru/web/html/preloading_content/index.html
+++ b/files/ru/web/html/preloading_content/index.html
@@ -51,7 +51,7 @@ translation_of: Web/HTML/Preloading_content
<ul>
<li>Точнее расставить приоритеты при загрузке ресурсов.</li>
- <li>Сохранить в кэше затребованный ресурс для его повторного использования в случае необходимости.</li>
+ <li>Сохранить в кеше затребованный ресурс для его повторного использования в случае необходимости.</li>
<li>Применять корректную <a href="/ru/docs/Web/HTTP/CSP">политику безопасности содержимого (content security policy)</a> для ресурсов.</li>
<li>Правильно устанавливать заголовки {{HTTPHeader("Accept")}} для выбранного запроса.</li>
</ul>