aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window')
-rw-r--r--files/ru/web/api/window/devicepixelratio/index.html2
-rw-r--r--files/ru/web/api/window/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/window/devicepixelratio/index.html b/files/ru/web/api/window/devicepixelratio/index.html
index e5df4bef29..9cea42e83d 100644
--- a/files/ru/web/api/window/devicepixelratio/index.html
+++ b/files/ru/web/api/window/devicepixelratio/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/Window/devicePixelRatio
<pre class="syntaxbox"><em><var>value</var></em> = window.devicePixelRatio;
</pre>
-<h2 id="Полифилл">Полифилл</h2>
+<h2 id="Полифил">Полифил</h2>
<p>Свойство не поддерживается в IE ниже 11, однако в IE10 можно получить значение в виде отношения:</p>
diff --git a/files/ru/web/api/window/index.html b/files/ru/web/api/window/index.html
index d70c6e1a44..77965e21f3 100644
--- a/files/ru/web/api/window/index.html
+++ b/files/ru/web/api/window/index.html
@@ -152,7 +152,7 @@ translation_of: Web/API/Window
<dt>{{domxref("WindowOrWorkerGlobalScope.indexedDB")}} {{readonlyInline}}</dt>
<dd>Обеспечивает механизм для приложений для возможности асинхронного доступа индексированных баз данных; возвращает объект {{domxref("IDBFactory")}}.</dd>
<dt>{{domxref("WindowOrWorkerGlobalScope.isSecureContext")}} {{readOnlyinline}}</dt>
- <dd>Возвращает булеановское занчение, указывающее является ли текущий контент безопасным (<code>true</code>) или нет (<code>false</code>).</dd>
+ <dd>Возвращает булевское занчение, указывающее является ли текущий контент безопасным (<code>true</code>) или нет (<code>false</code>).</dd>
<dt>{{domxref("WindowOrWorkerGlobalScope.origin")}} {{readOnlyinline}}</dt>
<dd>Возаращает источник глобального объекта, преобразованного в строку. (Это свойство пока еще не существует, поэтому не может быть использовано в браузерах.)</dd>
</dl>