aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/_colon_in-range
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/_colon_in-range')
-rw-r--r--files/ru/web/css/_colon_in-range/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/_colon_in-range/index.html b/files/ru/web/css/_colon_in-range/index.html
index ec36c72162..d5caf4d6fd 100644
--- a/files/ru/web/css/_colon_in-range/index.html
+++ b/files/ru/web/css/_colon_in-range/index.html
@@ -50,7 +50,7 @@ input:in-range + label::after {
    content:' НОРМАЛЬНОЕ';
}
input:out-of-range + label::after {
-    content:'вне диапозона!';
+    content:'вне диапазона!';
}</pre>
</div>