aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html b/files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html
index 8cc905dda2..d7f1b3624c 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/alarms/get/index.html
@@ -19,7 +19,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/alarms/get
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">var getAlarm = browser.alarms.get(
+<pre class="brush: js">var getAlarm = browser.alarms.get(
name // optional string
)
</pre>
@@ -52,7 +52,7 @@ getAlarm.then(gotAlarm);</pre>
<p>{{Compat("webextensions.api.alarms.get")}}</p>
-<div class="note"><strong>Remerciements :</strong>
+<div class="note"><p><strong>Note :</strong></p>
<p>Cette API est basée sur l'API Chromium <a href="https://developer.chrome.com/extensions/alarms"><code>chrome.alarms</code></a>.</p>