diff options
Diffstat (limited to 'files/ru/web/api/element/setattribute/index.html')
-rw-r--r-- | files/ru/web/api/element/setattribute/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/setattribute/index.html b/files/ru/web/api/element/setattribute/index.html index f7e43d6d58..112bbb7019 100644 --- a/files/ru/web/api/element/setattribute/index.html +++ b/files/ru/web/api/element/setattribute/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Element/setAttribute <h2 id="Пример" name="Пример">Пример</h2> -<p>В следующем примере, <code>setAttribute()</code> используется, чтобы установить атрибут {{htmlattrxref("disabled")}} кнопки {{htmlelement("button")}}, делая её отключенной.</p> +<p>В следующем примере, <code>setAttribute()</code> используется, чтобы установить атрибут {{htmlattrxref("disabled")}} кнопки {{htmlelement("button")}}, делая её отключённой.</p> <pre class="brush: html notranslate"><button>Hello World</button></pre> |