diff options
author | webben <34203719+wspwebben@users.noreply.github.com> | 2021-04-06 03:42:07 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 23:42:07 +0300 |
commit | 64f66071f5e7234a297e50e3d68d28b8f10b49a2 (patch) | |
tree | 9f18eb79ca24495484ff00601a9234dba712a328 /files/ru | |
parent | 02fbbc7567830bbe443192950ea1be9616397db0 (diff) | |
download | translated-content-64f66071f5e7234a297e50e3d68d28b8f10b49a2.tar.gz translated-content-64f66071f5e7234a297e50e3d68d28b8f10b49a2.tar.bz2 translated-content-64f66071f5e7234a297e50e3d68d28b8f10b49a2.zip |
Fix misleading description in Clipboard API (#416)
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.
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/web/api/clipboard_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <div></div> -<p>API предназначен для доступа к буферу обмена, используя {{domxref("document.execCommand()")}}.</p> +<p>API предназначен заменить {{domxref("document.execCommand()")}} в качестве способа для доступа к буферу обмена.</p> <h2 id="Доступ_к_буферу_обмена">Доступ к буферу обмена</h2> |