aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/web_workers_api
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-16 02:52:56 +0300
committerAlexey Pyltsyn <lex61rus@gmail.com>2021-03-16 02:52:56 +0300
commit9d5c8918c5a1034cd0060f8dc02cfc184f76f420 (patch)
treea556ac78b67f4ce6eb27197ee1d570482bc38453 /files/ru/web/api/web_workers_api
parent981ccb80da8d3403254bb3f151721f360e5c5c65 (diff)
downloadtranslated-content-9d5c8918c5a1034cd0060f8dc02cfc184f76f420.tar.gz
translated-content-9d5c8918c5a1034cd0060f8dc02cfc184f76f420.tar.bz2
translated-content-9d5c8918c5a1034cd0060f8dc02cfc184f76f420.zip
Fix mistranslation and spelling issues
Diffstat (limited to 'files/ru/web/api/web_workers_api')
-rw-r--r--files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html b/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html
index 239552d698..5c9bd86ca4 100644
--- a/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html
+++ b/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Web_Workers_API/Functions_and_classes_available_to_worke
<p><strong>Workers run in another global context, {{domxref("DedicatedWorkerGlobalScope")}} different from the current window</strong>. By default methods and properties of {{domxref("Window")}} are not available to them, but {{domxref("DedicatedWorkerGlobalScope")}}, like <code>Window</code>, implements {{domxref("WindowTimers")}} and {{domxref("WindowBase64")}}.</p>
-<h2 id="Сравнение_свойств_и_методов_различных_типов_worker'ов">Сравнение свойств и методов различных типов worker'ов</h2>
+<h2 id="Сравнение_свойств_и_методов_различных_типов_worker'ов">Сравнение свойств и методов различных типов воркеров</h2>
<table class="standard-table">
<tbody>