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