aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/windowclient/focus/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/windowclient/focus/index.md')
-rw-r--r--files/fr/web/api/windowclient/focus/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/windowclient/focus/index.md b/files/fr/web/api/windowclient/focus/index.md
index 4c1a00417c..4d61feab28 100644
--- a/files/fr/web/api/windowclient/focus/index.md
+++ b/files/fr/web/api/windowclient/focus/index.md
@@ -14,7 +14,7 @@ translation_of: Web/API/WindowClient/focus
---
{{SeeCompatTable}}{{APIRef("Service Workers API")}}
-La méthode **`focus()`** de l'interface {{domxref("WindowClient")}} focus le client en cours et retourne une {{jsxref("Promise")}} qui est résolue vers le {{domxref("WindowClient")}} existant.
+La méthode **`focus()`** de l'interface {{domxref("WindowClient")}} focus le client en cours et retourne une {{jsxref("Promise")}} qui est résolue vers le {{domxref("WindowClient")}} existant.
## Syntaxe
@@ -28,7 +28,7 @@ Nil.
### Valeur de retour
-Une {{jsxref("Promise")}} qui est résolue vers le {{domxref("WindowClient")}} existant.
+Une {{jsxref("Promise")}} qui est résolue vers le {{domxref("WindowClient")}} existant.
## Exemple