aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/cut_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/window/cut_event/index.html')
-rw-r--r--files/fr/web/api/window/cut_event/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/window/cut_event/index.html b/files/fr/web/api/window/cut_event/index.html
index 259c67c79a..ad3a5de15d 100644
--- a/files/fr/web/api/window/cut_event/index.html
+++ b/files/fr/web/api/window/cut_event/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/Window/cut_event
---
<div>{{APIRef}}</div>
-<p><span class="seoSummary">L'événement <strong><code>cut</code></strong> est déclenché lorsque l'utilisateur a lancé une action de "cut" via l'interface utilisateur du navigateur.</span></p>
+<p>L'événement <strong><code>cut</code></strong> est déclenché lorsque l'utilisateur a lancé une action de "cut" via l'interface utilisateur du navigateur.</p>
<table class="properties">
<tbody>
@@ -40,7 +40,7 @@ translation_of: Web/API/Window/cut_event
<h2 id="Exemples">Exemples</h2>
-<pre class="brush: js notranslate">window.addEventListener('cut', (event) =&gt; {
+<pre class="brush: js">window.addEventListener('cut', (event) =&gt; {
console.log('cut action initiated')
});</pre>