aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/windowclient/navigate
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/windowclient/navigate')
-rw-r--r--files/fr/web/api/windowclient/navigate/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/windowclient/navigate/index.html b/files/fr/web/api/windowclient/navigate/index.html
index f7d35d7399..038f93f87c 100644
--- a/files/fr/web/api/windowclient/navigate/index.html
+++ b/files/fr/web/api/windowclient/navigate/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/WindowClient/navigate
---
<p>{{SeeCompatTable}}{{APIRef("Service Workers API")}}</p>
-<p>La méthode <strong><code>navigate()</code></strong> de l'interface  {{domxref("WindowClient")}} <span id="noHighlight_0.005279926980020444">charge une URL spécifiée dans une page de client contrôlée, puis retourne une</span>  {{jsxref("Promise")}}  <span id="noHighlight_0.005279926980020444">qui devra être analysée p</span>ar  {{domxref("WindowClient")}} (le demandeur).</p>
+<p>La méthode <strong><code>navigate()</code></strong> de l'interface  {{domxref("WindowClient")}} charge une URL spécifiée dans une page de client contrôlée, puis retourne une  {{jsxref("Promise")}}  qui devra être analysée par  {{domxref("WindowClient")}} (le demandeur).</p>
<h2 id="Syntaxe">Syntaxe</h2>
@@ -26,7 +26,7 @@ translation_of: Web/API/WindowClient/navigate
<dl>
<dt><code>url</code></dt>
- <dd><span id="noHighlight_0.8092575892867941">L'emplacement pour naviguer vers (url est une string)</span> .</dd>
+ <dd>L'emplacement pour naviguer vers (url est une string) .</dd>
</dl>
<h3 id="Retour">Retour</h3>