mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-19 21:01:57 +02:00
Fix typo: 'Charaters' => 'Characters' (#619)
This commit is contained in:
parent
9b5581caa9
commit
2bd5bc3fa7
@ -97,7 +97,7 @@ Get all of the bottom-most [`Block`](./block.md) node descendants.
|
||||
### `getCharactersAtRange`
|
||||
`getCharactersAtRange(range: Selection) => List`
|
||||
|
||||
Get a list of all of the [`Charaters`](./character.md) in a `range`.
|
||||
Get a list of all of the [`Characters`](./character.md) in a `range`.
|
||||
|
||||
### `getChild`
|
||||
`getChild(key: String || Node) => Node || Void`
|
||||
|
Loading…
x
Reference in New Issue
Block a user