aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/cachestorage/open/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/cachestorage/open/index.html')
-rw-r--r--files/ru/web/api/cachestorage/open/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/cachestorage/open/index.html b/files/ru/web/api/cachestorage/open/index.html
index 8e7535fdc9..f691737941 100644
--- a/files/ru/web/api/cachestorage/open/index.html
+++ b/files/ru/web/api/cachestorage/open/index.html
@@ -18,7 +18,7 @@ translation_of: Web/API/CacheStorage/open
<p><strong>Note</strong>: If the specified {{domxref("Cache")}} does not exist, a new cache is created with that <code>cacheName</code>.</p>
</div>
-<h2 id="Синтакс">Синтакс</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="syntaxbox">caches.open(<em>cacheName</em>).then(function(<em>cache</em>) {
//обрабатываем кеш например: cache.AddAll(filesToCache); где filesToCache = ['/mypic.png', ...]