aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/css/howto/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/learn/css/howto/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/learn/css/howto/index.html')
-rw-r--r--files/ru/learn/css/howto/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/css/howto/index.html b/files/ru/learn/css/howto/index.html
index 691f887381..578a2b1cbf 100644
--- a/files/ru/learn/css/howto/index.html
+++ b/files/ru/learn/css/howto/index.html
@@ -18,7 +18,7 @@ original_slug: Learn/CSS/Как
<li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Syntax#Comments">Как писать комментарии в CSS</a></li>
<li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Selectors#Simple_selectors">Как выбрать элементы через имя элемента, класс или ID</a></li>
<li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Selectors#Attribute_selectors">Как выбрать элементы через имя атрибута и содержания</a></li>
- <li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Selectors#Pseudo-classes">Как использовать псевдо-классы</a></li>
+ <li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Selectors#Pseudo-classes">Как использовать псевдоклассы</a></li>
<li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Selectors#Pseudo-elements">Как использовать псевдо-элементы</a></li>
<li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Selectors#Multiple_selectors_on_one_rule">Как применить несколько селекторов к тому же правилу</a></li>
<li><a href="/en-US/Learn/CSS/Introduction_to_CSS/Values_and_units#Colors">Как определить цвета в CSS</a></li>