diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-18 20:28:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 20:28:37 +0300 |
commit | 05564d56aa54eb11cbdc3684e1b4a843a3b9196c (patch) | |
tree | a3fc1bf9cbc05337af99495d6892ee886236b279 /files/ru/web/api/document | |
parent | 8bd9f80b24f0312c6138cfaa125eebb8f3aa7a3e (diff) | |
download | translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.gz translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.bz2 translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.zip |
[RU] Fix live samples (#2767)
Diffstat (limited to 'files/ru/web/api/document')
-rw-r--r-- | files/ru/web/api/document/dragstart_event/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/document/url/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/document/dragstart_event/index.html b/files/ru/web/api/document/dragstart_event/index.html index 3f5b64638d..fc1ad63c2c 100644 --- a/files/ru/web/api/document/dragstart_event/index.html +++ b/files/ru/web/api/document/dragstart_event/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Document/dragstart_event <p>See the <a href="/en-US/docs/Web/API/Document/drag_event">drag event</a> for example code or this <a href="http://jsfiddle.net/zfnj5rv4/" rel="noopener">JSFiddle demo</a>.</p> -<p>{{EmbedLiveSample('Examples', '300', '200', '', 'Web/API/Document/drag_event')}}</p> +<p>{{EmbedLiveSample('Примеры', '300', '200', '', 'Web/API/Document/drag_event')}}</p> diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html index eb63edd1e7..374ac4968c 100644 --- a/files/ru/web/api/document/url/index.html +++ b/files/ru/web/api/document/url/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/Document/URL <h3 id="Результат">Результат</h3> -<p>{{EmbedLiveSample("Example", "100%", 100)}}</p> +<p>{{EmbedLiveSample("Пример", "100%", 100)}}</p> <h2 id="Спецификации">Спецификации</h2> |