aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/tools_and_testing
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/learn/tools_and_testing')
-rw-r--r--files/ru/learn/tools_and_testing/cross_browser_testing/feature_detection/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/tools_and_testing/cross_browser_testing/feature_detection/index.html b/files/ru/learn/tools_and_testing/cross_browser_testing/feature_detection/index.html
index e96fcf7bf7..0edd5701ab 100644
--- a/files/ru/learn/tools_and_testing/cross_browser_testing/feature_detection/index.html
+++ b/files/ru/learn/tools_and_testing/cross_browser_testing/feature_detection/index.html
@@ -232,7 +232,7 @@ blob-constructor cookies cors ...AND LOADS MORE VALUES!&gt;</pre>
</ul>
<div class="note">
-<p><strong>Примечание:</strong> Вы можете найти список того, что означают все имена классов — см.  <a href="https://modernizr.com/docs#features">Функции, обнаруженные Modernizr</a>.</p>
+<p><strong>Примечание:</strong> вы можете найти список того, что означают все имена классов — см.  <a href="https://modernizr.com/docs#features">Функции, обнаруженные Modernizr</a>.</p>
</div>
<p>Далее, давайте обновим наш CSS, чтобы использовать Modernizr вместо <code>@supports</code>. Перейдите в <code>modernizr-css.css</code>, и замените два блока <code>@supports</code> следующим:</p>