aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/idbkeyrange/upperbound
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/idbkeyrange/upperbound')
-rw-r--r--files/fr/web/api/idbkeyrange/upperbound/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/idbkeyrange/upperbound/index.html b/files/fr/web/api/idbkeyrange/upperbound/index.html
index 58f7c8b695..6adcc4fe8b 100644
--- a/files/fr/web/api/idbkeyrange/upperbound/index.html
+++ b/files/fr/web/api/idbkeyrange/upperbound/index.html
@@ -66,7 +66,7 @@ IDBKeyRange.upperBound(borne, ouvert);</pre>
};</pre>
<div class="note">
-<p><strong>Note </strong>: Pour un exemple complet qui utilise les intervalles de clé, vous pouvez consulter <a href="https://github.com/mdn/IDBKeyRange-example">le dépôt GitHub IDBKeyRange-example</a> (<a href="https://mdn.github.io/IDBKeyRange-example/">ainsi que la démonstration associée</a>).</p>
+<p><strong>Note :</strong> Pour un exemple complet qui utilise les intervalles de clé, vous pouvez consulter <a href="https://github.com/mdn/IDBKeyRange-example">le dépôt GitHub IDBKeyRange-example</a> (<a href="https://mdn.github.io/IDBKeyRange-example/">ainsi que la démonstration associée</a>).</p>
</div>
<h2 id="Spécification">Spécification</h2>
@@ -99,5 +99,5 @@ IDBKeyRange.upperBound(borne, ouvert);</pre>
<li>Définir un intervalle de clés : {{domxref("IDBKeyRange")}}</li>
<li>Récupérer et modifier les données : {{domxref("IDBObjectStore")}}</li>
<li>Utiliser les curseurs {{domxref("IDBCursor")}}</li>
- <li>Exemple de référence : <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a class="external" href="https://mdn.github.io/to-do-notifications/">exemple <em>live</em></a>).</li>
+ <li>Exemple de référence : <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a href="https://mdn.github.io/to-do-notifications/">exemple <em>live</em></a>).</li>
</ul>