aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html b/files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html
index dbb1855dc3..f7e8f6139c 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/browseraction/enable/index.html
@@ -19,7 +19,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/browserAction/enable
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">browser.browserAction.enable(
+<pre class="brush: js">browser.browserAction.enable(
tabId // optional integer
)
</pre>
@@ -50,7 +50,7 @@ browser.browserAction.onClicked.addListener(() =&gt; {
<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/browserAction"><code>chrome.browserAction</code></a>. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/browser_action.json"><code>browser_action.json</code></a> dans le code de Chromium code.</p>