aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/specificity/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/specificity/index.html')
-rw-r--r--files/ru/web/css/specificity/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/specificity/index.html b/files/ru/web/css/specificity/index.html
index 79e8065987..deec4f758b 100644
--- a/files/ru/web/css/specificity/index.html
+++ b/files/ru/web/css/specificity/index.html
@@ -28,7 +28,7 @@ translation_of: Web/CSS/Specificity
<ol start="0">
<li>селекторы типов элементов (например, <code>h1</code>) и псевдоэлементов (например, <code>::before</code>).</li>
- <li>селекторы классов (например, <code>.example</code>), селекторы атрибутов (например, <code>[type="radio"]</code>) и псевдокласов (например, <code>:hover</code>).</li>
+ <li>селекторы классов (например, <code>.example</code>), селекторы атрибутов (например, <code>[type="radio"]</code>) и псевдоклассов (например, <code>:hover</code>).</li>
<li>селекторы идентификаторов (например, <code>#example</code>).</li>
</ol>