aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn
diff options
context:
space:
mode:
authorYana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>2021-04-23 09:14:23 +0300
committerGitHub <noreply@github.com>2021-04-23 09:14:23 +0300
commit9fb236fcd223b349e58c62130a04342940649758 (patch)
treeb4a660984c2ac1cf0749961c99d4cadf65a07d80 /files/ru/learn
parent8fc385b9d14a354cb1704acf2ac3945353b17070 (diff)
downloadtranslated-content-9fb236fcd223b349e58c62130a04342940649758.tar.gz
translated-content-9fb236fcd223b349e58c62130a04342940649758.tar.bz2
translated-content-9fb236fcd223b349e58c62130a04342940649758.zip
Fixes typo (#624)
Fixes #597
Diffstat (limited to 'files/ru/learn')
-rw-r--r--files/ru/learn/forms/how_to_structure_a_web_form/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/forms/how_to_structure_a_web_form/index.html b/files/ru/learn/forms/how_to_structure_a_web_form/index.html
index 47a150bafd..3a3280331c 100644
--- a/files/ru/learn/forms/how_to_structure_a_web_form/index.html
+++ b/files/ru/learn/forms/how_to_structure_a_web_form/index.html
@@ -96,7 +96,7 @@ original_slug: Learn/HTML/Forms/How_to_structure_an_HTML_form
Name: &lt;input type="text" id="name" name="user_name"&gt;
&lt;/label&gt;</pre>
-<p>Однако даже в таких случаях лучшей всё равно указывать атрибут <code>for</code>, так как некоторые вспомогательные технологии не распознают неявную связь между текстами-подсказками и виджетами.</p>
+<p>Однако даже в таких случаях лучше всё равно указывать атрибут <code>for</code>, так как некоторые вспомогательные технологии не распознают неявную связь между текстами-подсказками и виджетами.</p>
<h3 id="Лейблы_тоже_кликабельны!">Лейблы тоже кликабельны!</h3>