1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 04:20:26 +02:00

Fix typo: 'Charaters' => 'Characters' (#619)

This commit is contained in:
Anuj
2017-02-22 19:42:18 -08:00
committed by Ian Storm Taylor
parent 9b5581caa9
commit 2bd5bc3fa7

View File

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