From 53c57c40d9ad0b6a341d9212bf7a4a18d61c8901 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 21 Jul 2016 16:39:45 -0700 Subject: [PATCH] fix typo in selection reference --- docs/reference/models/selection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`