From ff785c83ab8ab91bf7aa1cf249cd4f240e8428da Mon Sep 17 00:00:00 2001 From: Timothy Leverett Date: Wed, 19 Jun 2024 17:40:52 -0400 Subject: [PATCH] Fix typos in index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 6e3bfb4..c0cee48 100644 --- a/index.html +++ b/index.html @@ -760,7 +760,7 @@
"deleteEntireSoftLine" - 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 @@ -1492,7 +1492,7 @@

getTargetRanges() returns an arrays + "targetRange">getTargetRanges() returns an array of StaticRanges representing the text that the event will modify if it is not canceled. The returned StaticRanges MUST cover only the code points @@ -1679,7 +1679,7 @@

  • InputEvent.getTargetRanges(): - returns an arrays of StaticRanges which will be + returns an array of StaticRanges which will be affected by the change to the DOM if it is not canceled.