aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html b/files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html
index 7d8a69ed96..29c0525f03 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/windows/remove/index.html
@@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/windows/remove
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">var removing = browser.windows.remove(
+<pre class="brush: js">var removing = browser.windows.remove(
windowId // integer
)
</pre>
@@ -75,7 +75,7 @@ document.querySelector('#close').addEventListener(async ({ button, }) =&gt; { tr
<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 de Chromnium <a href="https://developer.chrome.com/extensions/windows"><code>chrome.windows</code></a>. Cette documentation provient de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/windows.json"><code>windows.json</code></a> dans le code de Chromium.</p>