Skip to content

Commit

Permalink
Merge pull request #153 from zzzzBov/patch-1
Browse files Browse the repository at this point in the history
Fix typos in index.html
  • Loading branch information
johanneswilm authored Jun 19, 2024
2 parents 547d35c + ff785c8 commit 9e4ebc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ <h5>
<code>"deleteEntireSoftLine"</code>
</td>
<td>
delete from to the nearest visual line break before the caret
delete from the nearest visual line break before the caret
position to the nearest visual line break after the caret
position
</td>
Expand Down Expand Up @@ -1492,7 +1492,7 @@ <h5>
</table>
<p>
<dfn data-dfn-for="InputEvent" data-lt=
"targetRange">getTargetRanges()</dfn> returns an arrays
"targetRange">getTargetRanges()</dfn> returns an array of
<a>StaticRanges</a> representing the text that the event will
modify if it is not canceled. The returned <a>StaticRanges</a> MUST
cover only the <a data-cite="infra#code-points">code points</a>
Expand Down Expand Up @@ -1679,7 +1679,7 @@ <h4>
<li>
<a><code class=
"methods-name">InputEvent.getTargetRanges()</code></a>:
returns an arrays of <a>StaticRanges</a> which will be
returns an array of <a>StaticRanges</a> which will be
affected by the change to the DOM if it is not
canceled.
</li>
Expand Down

0 comments on commit 9e4ebc1

Please sign in to comment.