Skip to content

Commit

Permalink
fix: Unclosed strong tag (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Dec 18, 2020
1 parent da4d5e6 commit 2d62471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<li>Longterm denial of access to the Web or any internet services</li>
</ul>

<h3 id="Learn_more">Learn more</strong></h3>
<h3 id="Learn_more">Learn more</h3>

<h3 id="General_knowledge">General knowledge</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2 id="break_statement"><code>break</code> statement</h2>
<li>The second form of the syntax terminates the specified enclosing labeled statement.</li>
</ol>

<h3 id="Example_1_2">Example</strong> <strong>1</h3>
<h3 id="Example_1_2">Example 1</h3>

<p>The following example iterates through the elements in an array until it finds the index of an element whose value is <code>theValue</code>:</p>

Expand Down

0 comments on commit 2d62471

Please sign in to comment.