From fd215a40d21b947961aa0b4bd9428cb3fb8e5f5f Mon Sep 17 00:00:00 2001 From: generally23 <42343451+generally23@users.noreply.github.com> Date: Sun, 24 Nov 2019 13:40:26 -0500 Subject: [PATCH] Update article.md in the control control forms section, fixed mistake selectionEnd and selectionStart were both said to be start position --- 2-ui/99-ui-misc/02-selection-range/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/99-ui-misc/02-selection-range/article.md b/2-ui/99-ui-misc/02-selection-range/article.md index d6c8762c..862975dc 100644 --- a/2-ui/99-ui-misc/02-selection-range/article.md +++ b/2-ui/99-ui-misc/02-selection-range/article.md @@ -428,7 +428,7 @@ Form elements, such as `input` and `textarea` provide [special API for selection Properties: - `input.selectionStart` -- position of selection start (writeable), -- `input.selectionEnd` -- position of selection start (writeable), +- `input.selectionEnd` -- position of selection end (writeable), - `input.selectionDirection` -- selection direction, one of: "forward", "backward" or "none" (if e.g. selected with a double mouse click), Events: