From 64f66071f5e7234a297e50e3d68d28b8f10b49a2 Mon Sep 17 00:00:00 2001 From: webben <34203719+wspwebben@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:42:07 +0700 Subject: Fix misleading description in Clipboard API (#416) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The english version has a paragraph: "`This API is designed to supersede accessing the clipboard using document.execCommand().`". In russian it's "`API предназначен для доступа к буферу обмена, используя document.execCommand().`", that means "``This API is using document.execCommand()", which is complete opposite of the original phrase. --- files/ru/web/api/clipboard_api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web') diff --git a/files/ru/web/api/clipboard_api/index.html b/files/ru/web/api/clipboard_api/index.html index 3f31bfe692..c0c0de558c 100644 --- a/files/ru/web/api/clipboard_api/index.html +++ b/files/ru/web/api/clipboard_api/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/Clipboard_API
-

API предназначен для доступа к буферу обмена, используя {{domxref("document.execCommand()")}}.

+

API предназначен заменить {{domxref("document.execCommand()")}} в качестве способа для доступа к буферу обмена.

Доступ к буферу обмена

-- cgit v1.2.3-54-g00ecf