mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 09:29:49 +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`
|
### `anchorOffset`
|
||||||
`Number`
|
`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`
|
### `focusKey`
|
||||||
`String`
|
`String`
|
||||||
@@ -82,7 +82,7 @@ The key of the text node at the selection's focus point.
|
|||||||
### `focusOffset`
|
### `focusOffset`
|
||||||
`Number`
|
`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`
|
### `isBackward`
|
||||||
`Boolean`
|
`Boolean`
|
||||||
|
Reference in New Issue
Block a user