aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/windowclient/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/windowclient/index.html')
-rw-r--r--files/ru/web/api/windowclient/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/windowclient/index.html b/files/ru/web/api/windowclient/index.html
index 05def072db..3c01bd55e8 100644
--- a/files/ru/web/api/windowclient/index.html
+++ b/files/ru/web/api/windowclient/index.html
@@ -45,7 +45,7 @@ translation_of: Web/API/WindowClient
event.notification.close();
// Проверяем, открыто ли окно и
- // сфокусрованы ли на нем
+ // сфокусированы ли на нем
event.waitUntil(clients.matchAll({
type: "window"
}).then(function(clientList) {