aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/notification/maxactions/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/notification/maxactions/index.html')
-rw-r--r--files/fr/web/api/notification/maxactions/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/notification/maxactions/index.html b/files/fr/web/api/notification/maxactions/index.html
index f780fc27a1..df61031657 100644
--- a/files/fr/web/api/notification/maxactions/index.html
+++ b/files/fr/web/api/notification/maxactions/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/Notification/maxActions
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox notranslate"><var>Notification</var>.maxActions
+<pre class="syntaxbox"><var>Notification</var>.maxActions
</pre>
<h3 id="Valeur">Valeur</h3>
@@ -28,7 +28,7 @@ translation_of: Web/API/Notification/maxActions
<p>L'extrait de code suivant enregistre le nombre maximal d'actions prises en charge.</p>
-<pre class="brush: js notranslate">const { maxActions } = Notification
+<pre class="brush: js">const { maxActions } = Notification
console.log(`This device can display at most ${maxActions} actions on each notification.`);
</pre>