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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user