1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 00:54:22 +02:00

fix typo in selection reference

This commit is contained in:
Ian Storm Taylor
2016-07-21 16:39:45 -07:00
parent c605f0804c
commit 53c57c40d9

View File

@@ -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`