aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
index a5c3ded95f..1c83d24be8 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
@@ -13,7 +13,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/openOptionsPage
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">var openingPage = browser.runtime.openOptionsPage()
+<pre class="brush: js">var openingPage = browser.runtime.openOptionsPage()
</pre>
<h3 id="Paramètres">Paramètres</h3>
@@ -45,7 +45,7 @@ opening.then(onOpened, onError);</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/runtime#event-onConnect"><code>chrome.runtime</code></a>. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json"><code>runtime.json</code></a> dans le code de Chromium code.</p>