diff options
Diffstat (limited to 'files/ru/web/api/document/scripts/index.html')
-rw-r--r-- | files/ru/web/api/document/scripts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 --- <div>{{APIRef("DOM")}}</div> -<p>Возвращает список элементов {{HTMLElement("script")}} в документ. Возвращаемый объект явлеется {{domxref("HTMLCollection")}}.</p> +<p>Возвращает список элементов {{HTMLElement("script")}} в документ. Возвращаемый объект является {{domxref("HTMLCollection")}}.</p> <h2 id="Syntax" name="Syntax">Syntax</h2> @@ -16,7 +16,7 @@ translation_of: Web/API/Document/scripts <h2 id="Example">Example</h2> -<p>Этот пример показывает есть ли на старинице элементы {{HTMLElement("script")}}.</p> +<p>Этот пример показывает есть ли на странице элементы {{HTMLElement("script")}}.</p> <pre class="brush:js">var scripts = document.scripts; |