From 55ddd4454665a3c66e3d5b186bc79048468d36e7 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 15 Mar 2021 14:29:50 +0300 Subject: Auto fixes --- files/ru/web/api/document/scripts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/document/scripts') diff --git a/files/ru/web/api/document/scripts/index.html b/files/ru/web/api/document/scripts/index.html index bb82b79677..5dfec9003a 100644 --- a/files/ru/web/api/document/scripts/index.html +++ b/files/ru/web/api/document/scripts/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Document/scripts ---
{{APIRef("DOM")}}
-

Возвращает список элементов {{HTMLElement("script")}} в документ. Возвращаемый объект явлеется {{domxref("HTMLCollection")}}.

+

Возвращает список элементов {{HTMLElement("script")}} в документ. Возвращаемый объект является {{domxref("HTMLCollection")}}.

Syntax

@@ -16,7 +16,7 @@ translation_of: Web/API/Document/scripts

Example

-

Этот пример показывает есть ли на старинице элементы {{HTMLElement("script")}}.

+

Этот пример показывает есть ли на странице элементы {{HTMLElement("script")}}.

var scripts = document.scripts;
 
-- 
cgit v1.2.3-54-g00ecf