1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 21:51:51 +02:00

Fix a few typos in the docs (#5463)

* fix: typo in with-react docs

* fix: typo in range docs

* fix: typo in faq docs

* fix: typo in react-editor docs
This commit is contained in:
Ben Dahl
2023-06-30 00:03:00 -07:00
committed by GitHub
parent 4bd15ed395
commit 711c2298dd
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ Check if a `range` is exactly equal to `another`.
Check if a `range` includes a path, a point, or part of another range.
For clarity the definition of `includes` can mean partially includes. Another way to describe this is if one Range intersectns the other Range.
For clarity the definition of `includes` can mean partially includes. Another way to describe this is if one Range intersects the other Range.
#### `Range.isBackward(range: Range) => boolean`