From 76f2007d4bd30314202820d96bba09f1e31dff33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=91CAT?= Date: Tue, 26 Nov 2024 00:44:58 +0900 Subject: [PATCH] Fix TextUpdateEvent.selectionStart (#36966) --- files/en-us/web/api/textupdateevent/selectionstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/textupdateevent/selectionstart/index.md b/files/en-us/web/api/textupdateevent/selectionstart/index.md index fa5f431ce3c259d..1fc930f8291b2c7 100644 --- a/files/en-us/web/api/textupdateevent/selectionstart/index.md +++ b/files/en-us/web/api/textupdateevent/selectionstart/index.md @@ -10,7 +10,7 @@ browser-compat: api.TextUpdateEvent.selectionStart {{APIRef("EditContext API")}}{{SeeCompatTable}} -The **`TextUpdateEvent.selectionStart`** read-only property indicates the position of the end of the selection (or caret) within the text content of the editable region attached to the {{domxref("EditContext")}} object. +The **`TextUpdateEvent.selectionStart`** read-only property indicates the position of the start of the selection (or caret) within the text content of the editable region attached to the {{domxref("EditContext")}} object. ## Value