aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/mediatrackconstraints/echocancellation
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/mediatrackconstraints/echocancellation')
-rw-r--r--files/ru/web/api/mediatrackconstraints/echocancellation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/mediatrackconstraints/echocancellation/index.html b/files/ru/web/api/mediatrackconstraints/echocancellation/index.html
index 478f66dcf1..33ea4c5fb1 100644
--- a/files/ru/web/api/mediatrackconstraints/echocancellation/index.html
+++ b/files/ru/web/api/mediatrackconstraints/echocancellation/index.html
@@ -25,7 +25,7 @@ original_slug: Web/API/MediaTrackConstraints/Эхоподавление
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate">const <em>constraintsObject</em> = {
+<pre class="syntaxbox">const <em>constraintsObject</em> = {
  echoCancellation: <em>constraint,</em>
};