diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-23 21:32:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 21:32:09 +0300 |
commit | 9a96229818a3971444a77c238cc5ae45921db1bf (patch) | |
tree | eb49956807321447f47ebdd01c4d71e1f46779cf /files/ru/tools/page_inspector | |
parent | a4f49f9a14007bf65efdbe671d6383e8b233ac5b (diff) | |
download | translated-content-9a96229818a3971444a77c238cc5ae45921db1bf.tar.gz translated-content-9a96229818a3971444a77c238cc5ae45921db1bf.tar.bz2 translated-content-9a96229818a3971444a77c238cc5ae45921db1bf.zip |
Fix capitalization of Russian pronouns (#294)
* Fix capitalization of Russian pronouns
* Apply suggestions from code review
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Update files/ru/web/mathml/element/math/index.html
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
Diffstat (limited to 'files/ru/tools/page_inspector')
-rw-r--r-- | files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html | 2 | ||||
-rw-r--r-- | files/ru/tools/page_inspector/how_to/select_an_element/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html b/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html index e8bc647978..63f99bf657 100644 --- a/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html +++ b/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html @@ -162,7 +162,7 @@ translation_of: Tools/Page_Inspector/How_to/Examine_and_edit_HTML <h2 id="Редактирование_HTML"><a name="Editing_HTML">Редактирование HTML</a></h2> -<p>Вы можете редактировать HTML — теги, атрибуты и содержимое — прямо в панели HTML: сделайте двойной щелчок по тексту, который Вы хотите изменить, измените его, нажмите Enter, — и изменения сразу же будут применены.</p> +<p>Вы можете редактировать HTML — теги, атрибуты и содержимое — прямо в панели HTML: сделайте двойной щелчок по тексту, который вы хотите изменить, измените его, нажмите Enter, — и изменения сразу же будут применены.</p> <p>Чтобы редактировать <a href="/ru/docs/Web/API/Element.outerHTML">outerHTML</a> элемента, откройте контекстное меню элемента и выберите «Править как HTML». Вы увидите в панели HTML поле для редактирования текста:</p> diff --git a/files/ru/tools/page_inspector/how_to/select_an_element/index.html b/files/ru/tools/page_inspector/how_to/select_an_element/index.html index 2ab45372d8..e5c8685335 100644 --- a/files/ru/tools/page_inspector/how_to/select_an_element/index.html +++ b/files/ru/tools/page_inspector/how_to/select_an_element/index.html @@ -10,7 +10,7 @@ original_slug: Tools/Page_Inspector/How_to/Vybor_elementa --- <div>{{ToolsSidebar}}</div><p>{{EmbedYouTube("y2LcsxE2pR0")}}</p> -<p>Если Вы <a href="/ru/docs/Tools/Page_Inspector/How_to/Otkrytie_Inspektora">открыли Инспектор</a> нажатием на «Исследовать элемент», элемент уже будет выбран.</p> +<p>Если вы <a href="/ru/docs/Tools/Page_Inspector/How_to/Otkrytie_Inspektora">открыли Инспектор</a> нажатием на «Исследовать элемент», элемент уже будет выбран.</p> <p>В противном случае, когда вы будете перемещать мышь по странице, элемент под курсором мыши будет подсвечиваться, а подсказка будет содержать его HTML-тег, атрибуты class и/или ID, а также размер. Одновременно в левой панели Инспектора появится HTML-код элемента в его контексте:</p> |