diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/notifications/getall/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/notifications/getall/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/notifications/getall/index.html b/files/fr/mozilla/add-ons/webextensions/api/notifications/getall/index.html index 0dc5319d0d..fefafda8c5 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/notifications/getall/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/notifications/getall/index.html @@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/notifications/getAll <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var gettingAll = browser.notifications.getAll() +<pre class="brush: js">var gettingAll = browser.notifications.getAll() </pre> <h3 id="Paramètres">Paramètres</h3> @@ -78,7 +78,7 @@ browser.notifications.getAll().then(logNotifications);</pre> <p>{{WebExtExamples}}</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/notifications"><code>chrome.notifications</code></a>.</p> |