aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/cache/addall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/cache/addall/index.html')
-rw-r--r--files/ru/web/api/cache/addall/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/cache/addall/index.html b/files/ru/web/api/cache/addall/index.html
index 8b89d4964a..094912bdeb 100644
--- a/files/ru/web/api/cache/addall/index.html
+++ b/files/ru/web/api/cache/addall/index.html
@@ -24,7 +24,7 @@ translation_of: Web/API/Cache/addAll
<h2 id="Синтаксис">Синтаксис</h2>
<pre class="brush: js">cache.addAll(requests[]).then(function() {
- //запросы были дабавлены в кеш
+ //запросы были добавлены в кеш
});
</pre>