Browse Source

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

Alka Vats 1 year ago
parent
commit
9d1a16b2e6

+ 1 - 1
docs/fiddles/native-ui/notifications/basic-notification/index.html

@@ -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>

+ 2 - 2
docs/fiddles/windows/manage-windows/create-frameless-window/index.html

@@ -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>