aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmlmediaelement/abort_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmlmediaelement/abort_event/index.html')
-rw-r--r--files/fr/web/api/htmlmediaelement/abort_event/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/htmlmediaelement/abort_event/index.html b/files/fr/web/api/htmlmediaelement/abort_event/index.html
index 05fe0a451a..2708b7193f 100644
--- a/files/fr/web/api/htmlmediaelement/abort_event/index.html
+++ b/files/fr/web/api/htmlmediaelement/abort_event/index.html
@@ -37,7 +37,7 @@ translation_of: Web/API/HTMLMediaElement/abort_event
<h2 id="Exemples">Exemples</h2>
-<pre class="brush: js notranslate">const video = document.querySelector('video');
+<pre class="brush: js">const video = document.querySelector('video');
const videoSrc = 'https://path/to/video.webm';
video.addEventListener('abort', () =&gt; {