Skip to content

Commit

Permalink
Fix typo (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Feb 15, 2025
1 parent 44bb83e commit d306082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ <h1>Old IDs</h1>

<emu-clause id="ins-del">
<h1>Indicating Changes</h1>
<p>The `ins` and `del` HTML elements can be used to mark insertions and deletions respectively. When adding or removing block content (such as entire list items, paragrpahs, clauses, grammar RHSes, etc.), use a class of "block".</p>
<p>The `ins` and `del` HTML elements can be used to mark insertions and deletions respectively. When adding or removing block content (such as entire list items, paragraphs, clauses, grammar RHSes, etc.), use a class of "block".</p>

<h2>Inline Example</h2>
<pre><code class="language-html">ECMAScript &lt;del>6&lt;/del>&lt;ins>2015&lt;/ins> &lt;del>will be ratified&lt;/del>&lt;ins>was ratified&lt;/ins> in June, 2015.</code></pre>
Expand Down

0 comments on commit d306082

Please sign in to comment.