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