diff --git a/docs/reference/models/selection.md b/docs/reference/models/selection.md index b76748679..ed8f964bb 100644 --- a/docs/reference/models/selection.md +++ b/docs/reference/models/selection.md @@ -72,7 +72,7 @@ The key of the text node at the selection's anchor point. ### `anchorOffset` `Number` -The numbers of characters from the start of the text node at the selection's anchor point. +The number of characters from the start of the text node at the selection's anchor point. ### `focusKey` `String` @@ -82,7 +82,7 @@ The key of the text node at the selection's focus point. ### `focusOffset` `Number` -The numbers of characters from the start of the text node at the selection's focus point. +The number of characters from the start of the text node at the selection's focus point. ### `isBackward` `Boolean`