aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html b/files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html
index 84f9e92f43..7b97eca351 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/tabs/getzoom/index.html
@@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/getZoom
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">var gettingZoom = browser.tabs.getZoom(
+<pre class="brush: js">var gettingZoom = browser.tabs.getZoom(
tabId // optional integer
)
</pre>
@@ -71,7 +71,7 @@ gettingZoom.then(onGot, onError);</pre>
<p>{{Compat("webextensions.api.tabs.getZoom")}}</p>
-<div class="note"><strong>Remerciements :</strong>
+<div class="note"><p><strong>Note :</strong></p>
<p>Cette API est basée sur l’API <a href="https://developer.chrome.com/extensions/tabs#method-executeScript"><code>chrome.tabs</code></a> de Chromium. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/tabs.json"><code>tabs.json</code></a> dans le code de Chromium code.</p>