aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/adjacent_sibling_combinator
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/adjacent_sibling_combinator')
-rw-r--r--files/ru/web/css/adjacent_sibling_combinator/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/adjacent_sibling_combinator/index.html b/files/ru/web/css/adjacent_sibling_combinator/index.html
index d5762bba46..457ea70c67 100644
--- a/files/ru/web/css/adjacent_sibling_combinator/index.html
+++ b/files/ru/web/css/adjacent_sibling_combinator/index.html
@@ -7,7 +7,7 @@ translation_of: Web/CSS/Adjacent_sibling_combinator
<p>Указывает на смежный или следующий селектор. Обеспечивает выбор только элемента расположенного непосредственно за определённым в первой части элементом.</p>
-<h2 id="Синтакс">Синтакс</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="syntaxbox">former_element + target_element { <em>style properties</em> }
</pre>