aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html b/files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html
index b887149d10..c1dd5c9470 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/tabs/discard/index.html
@@ -26,7 +26,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/discard
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">var discarding = browser.tabs.discard(
+<pre class="brush: js">var discarding = browser.tabs.discard(
tabIds // integer or integer array
)
</pre>
@@ -76,7 +76,7 @@ discarding.then(onDiscarded, onError);</pre>
<p>{{Compat("webextensions.api.tabs.discard", 10)}}</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/tabs#method-executeScript"><code>chrome.tabs</code></a>.</p>
</div>