Skip to content

Commit

Permalink
fix minor typo
Browse files Browse the repository at this point in the history
fix a copy paste typo, ok to merge after judging!
  • Loading branch information
tantek authored Sep 25, 2024
1 parent 8d7a898 commit 51e9fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/submissions/a-building-block.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2>Hyperlink and destination</h2>
<p>
You can combine these two techniques and make a hyperlink that is also a destination!
</p>
<pre><code>&lt;a href="#away" id="back"&gt;jump away and back&lt;/a&gt;
<pre><code>&lt;a href="#away" id="back"&gt;jump away&lt;/a&gt;
</code></pre>
<p>
This may draw something like:
Expand Down

0 comments on commit 51e9fc6

Please sign in to comment.