Skip to content

Commit 8512134

Browse files
authored
Update article.md (#1625)
Update article.md
2 parents 691c306 + fd215a4 commit 8512134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/02-selection-range/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Form elements, such as `input` and `textarea` provide [special API for selection
428428

429429
Properties:
430430
- `input.selectionStart` -- position of selection start (writeable),
431-
- `input.selectionEnd` -- position of selection start (writeable),
431+
- `input.selectionEnd` -- position of selection end (writeable),
432432
- `input.selectionDirection` -- selection direction, one of: "forward", "backward" or "none" (if e.g. selected with a double mouse click),
433433

434434
Events:

0 commit comments

Comments
 (0)