aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/client/url/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/client/url/index.md')
-rw-r--r--files/fr/web/api/client/url/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/client/url/index.md b/files/fr/web/api/client/url/index.md
index 7b40c93b14..c9369370e2 100644
--- a/files/fr/web/api/client/url/index.md
+++ b/files/fr/web/api/client/url/index.md
@@ -11,7 +11,7 @@ tags:
- URL
translation_of: Web/API/Client/url
---
-{{SeeCompatTable}}{{APIRef("Service Workers API")}}La propriété **`url`** (lecture seule) de l'interface {{domxref("Client")}} retourne l'url du service worker client courant.
+{{SeeCompatTable}}{{APIRef("Service Workers API")}}La propriété **`url`** (lecture seule) de l'interface {{domxref("Client")}} retourne l'url du service worker client courant.
## Syntaxe
@@ -30,8 +30,8 @@ self.addEventListener('notificationclick', function(event) {
console.log('Au click de notification : ', event.notification.tag);
event.notification.close();
-  // Vérification pour savoir si l'évenement est ouvert et
-  // se focalise dessus si c'est le cas
+ // Vérification pour savoir si l'évenement est ouvert et
+ // se focalise dessus si c'est le cas
event.waitUntil(clients.matchAll({
type: "window"
}).then(function(clientList) {