docs: updated the markup tag i with the em (#39041)

This commit is contained in:
Alka Vats 2023-07-12 19:22:10 +05:30 коммит произвёл GitHub
Родитель b142fce229
Коммит 9d1a16b2e6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6,7 +6,7 @@
<body>
<div>
<h3>Basic notification</h3>
<i>Supports: Win 7+, macOS, Linux (that supports libnotify)<span>|</span> Process: Renderer</i>
<em>Supports: Win 7+, macOS, Linux (that supports libnotify)<span>|</span> Process: Renderer</em>
<div>
<div>
<button id="basic-noti">View demo</button>

Просмотреть файл

@ -7,7 +7,7 @@
<div>
<div>
<h1>Create a frameless window</h1>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Main</i>
<em>Supports: Win, macOS, Linux <span>|</span> Process: Main</em>
<div>
<p>A frameless window is a window that has no <i>"chrome"</i>,
such as toolbars, title bars, status bars, borders, etc. You can make
@ -23,4 +23,4 @@
<script>
require('./renderer.js')
</script>
</html>
</html>