aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/body/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-16 13:46:42 +0300
committerGitHub <noreply@github.com>2021-03-16 13:46:42 +0300
commit31df89ff9941335c89949a7c817ec300a2af7025 (patch)
treea681e0d60b8e0c9bc990f4d6a1abcf5020b8e56e /files/ru/web/api/document/body/index.html
parent3d97747df2d8ddb55192beac570b058eb559e4fa (diff)
parentfc1e163eee1bab54891fbbff92985929bfb9c0ac (diff)
downloadtranslated-content-31df89ff9941335c89949a7c817ec300a2af7025.tar.gz
translated-content-31df89ff9941335c89949a7c817ec300a2af7025.tar.bz2
translated-content-31df89ff9941335c89949a7c817ec300a2af7025.zip
Merge pull request #184 from mdn/lex111/fix-translation
Fix mistranslation and spelling issues
Diffstat (limited to 'files/ru/web/api/document/body/index.html')
-rw-r--r--files/ru/web/api/document/body/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/document/body/index.html b/files/ru/web/api/document/body/index.html
index 1a6be5d191..7dbfce4dac 100644
--- a/files/ru/web/api/document/body/index.html
+++ b/files/ru/web/api/document/body/index.html
@@ -31,7 +31,7 @@ alert(document.body.id); // "newBodyElement"
<h2 id="Notes" name="Notes">Примечания</h2>
-<p><strong><code>document.body</code></strong> это элемент, который включает в себя содержимое страницы. На страницах с <code>&lt;body&gt;</code> вернётся элемент <code>&lt;body&gt;</code>, а с frameset'ом - элемент <code>&lt;frameset&gt;</code>.</p>
+<p><strong><code>document.body</code></strong> это элемент, который включает в себя содержимое страницы. На страницах с <code>&lt;body&gt;</code> вернётся элемент <code>&lt;body&gt;</code>, а с frameset - элемент <code>&lt;frameset&gt;</code>.</p>
<p><strong><code>body</code></strong> может быть заменено, но это удалит все его дочерние элементы.</p>