aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/gamepad/buttons/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/gamepad/buttons/index.html')
-rw-r--r--files/ru/web/api/gamepad/buttons/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/gamepad/buttons/index.html b/files/ru/web/api/gamepad/buttons/index.html
index 59805ff20d..90665213fb 100644
--- a/files/ru/web/api/gamepad/buttons/index.html
+++ b/files/ru/web/api/gamepad/buttons/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/Gamepad/buttons
<li>Свойство <code>value</code> - число с плавающей точкой, показывающая степень нажатия на аналоговую кнопку (как триггеры на многих современных геймпадах). Значение нормализованное в диапазоне 0.0 – 1.0, где 0.0 указывает, что кнопка не нажата, а 1.0 - что нажата полностью.</li>
</ul>
-<h2 id="Синтакс">Синтакс</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="syntaxbox notranslate">readonly attribute GamepadButton[] buttons;</pre>