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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/cachestorage/open/index.html b/files/ru/web/api/cachestorage/open/index.html
index f691737941..0b4525f95e 100644
--- a/files/ru/web/api/cachestorage/open/index.html
+++ b/files/ru/web/api/cachestorage/open/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/CacheStorage/open
---
<p>{{APIRef("Service Workers API")}}{{SeeCompatTable}}</p>
-<p><strong><code>open()</code></strong> метод из {{domxref("CacheStorage")}} интерфейса возвращает {{jsxref("Promise")}} который резолвится в {{domxref("Cache")}} обьект с соответствующим <code>cacheName (именем тега кеша)</code>.</p>
+<p><strong><code>open()</code></strong> метод из {{domxref("CacheStorage")}} интерфейса возвращает {{jsxref("Promise")}} который резолвится в {{domxref("Cache")}} объект с соответствующим <code>cacheName (именем тега кеша)</code>.</p>
<div class="note">
<p><strong>Note</strong>: If the specified {{domxref("Cache")}} does not exist, a new cache is created with that <code>cacheName</code>.</p>
@@ -27,7 +27,7 @@ translation_of: Web/API/CacheStorage/open
<h3 id="Возвращает">Возвращает</h3>
-<p>{{jsxref("Promise")}} который резолвится в запрашиваемый {{domxref("Cache")}} обьект.</p>
+<p>{{jsxref("Promise")}} который резолвится в запрашиваемый {{domxref("Cache")}} объект.</p>
<h3 id="Параметры">Параметры</h3>