Skip to content

Commit

Permalink
fix: mismatched heading tag (#3087)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 13, 2021
1 parent 85995f2 commit 9905597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/getselection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3 id="String_representation_of_the_Selection_object">String representation of

<pre class="brush:js;">let selectedText = selection.toString();</pre>

<h2 id="Related_objects">Related objects</h3>
<h2 id="Related_objects">Related objects</h2>

<p>You can call {{domxref("Window.getSelection()")}}, which works identically to
<code>Document.getSelection()</code>.</p>
Expand Down

0 comments on commit 9905597

Please sign in to comment.