Skip to content

Commit c5bf4c0

Browse files
committed
Fix the wrong html tags
Fix the wrong html tags
1 parent b4128d7 commit c5bf4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/native-ui/ex-links-file-manager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h5>Renderer Process</h5>
4747
<div class="demo-protip">
4848
<h2>ProTip</h2>
4949
<strong>Open all outbound links externally.</strong>
50-
<p>You may want to open all <code>http</code> and <code>https</code> links outside of your app. To do this, query the document and loop through each link and add a listener. This app uses the code below which is located in <code>assets/ex-links.js</code>.</h5>
50+
<p>You may want to open all <code>http</code> and <code>https</code> links outside of your app. To do this, query the document and loop through each link and add a listener. This app uses the code below which is located in <code>assets/ex-links.js</code>.</p>
5151
<h5>Renderer Process</h5>
5252
<pre><code data-path="assets/ex-links.js"></code></pre>
5353
</div>

0 commit comments

Comments
 (0)