aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/abortsignal
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-04-10 14:03:18 +0300
committerGitHub <noreply@github.com>2021-04-10 14:03:18 +0300
commit0d2f5f0e69eda5697000ca8bff402cf92725f432 (patch)
tree2bc2f70d14ad430feb5a298dd4d95ffae021444e /files/ru/web/api/abortsignal
parentae1faf3f33379f8b748b968d477a6831afc0aa67 (diff)
downloadtranslated-content-0d2f5f0e69eda5697000ca8bff402cf92725f432.tar.gz
translated-content-0d2f5f0e69eda5697000ca8bff402cf92725f432.tar.bz2
translated-content-0d2f5f0e69eda5697000ca8bff402cf92725f432.zip
Unify Russian translation of "promise" (#319)
* Unify Russian translation of "promise" * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
Diffstat (limited to 'files/ru/web/api/abortsignal')
-rw-r--r--files/ru/web/api/abortsignal/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/abortsignal/index.html b/files/ru/web/api/abortsignal/index.html
index ea8d029224..a4b35633f0 100644
--- a/files/ru/web/api/abortsignal/index.html
+++ b/files/ru/web/api/abortsignal/index.html
@@ -58,11 +58,11 @@ function fetchVideo() {
}</pre>
<div class="note">
-<p><strong>Примечание</strong>: Когда <code>abort()</code> вызывается, <code>fetch()</code> обещание отклоняется с <code>AbortError</code>.</p>
+<p><strong>Примечание</strong>: Когда <code>abort()</code> вызывается, <code>fetch()</code> промис отклоняется с <code>AbortError</code>.</p>
</div>
<div class="warning">
-<p>Текущая версия Firefox отклоняет обещание с <code>DOMException</code></p>
+<p>Текущая версия Firefox отклоняет промис с <code>DOMException</code></p>
</div>
<p>Вы можете найти полный рабочий пример на GitHub — см. <a href="https://github.com/mdn/dom-examples/tree/master/abort-api">abort-api</a> (<a href="https://mdn.github.io/dom-examples/abort-api/">см. как он работает в живую</a>).</p>