aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/_colon_target/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/_colon_target/index.html')
-rw-r--r--files/ru/web/css/_colon_target/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/_colon_target/index.html b/files/ru/web/css/_colon_target/index.html
index 9ff6328071..8f072788b3 100644
--- a/files/ru/web/css/_colon_target/index.html
+++ b/files/ru/web/css/_colon_target/index.html
@@ -19,7 +19,7 @@ translation_of: 'Web/CSS/:target'
<pre>http://www.example.com/index.html#section2</pre>
-<p>Следующий элмент будет выбран селектором <code>:target</code>, если текущий URL равен вышеуказанному:</p>
+<p>Следующий элемент будет выбран селектором <code>:target</code>, если текущий URL равен вышеуказанному:</p>
<pre class="brush: html">&lt;section id="section2"&gt;Example&lt;/section&gt;</pre>