1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 08:34:28 +02:00

Fixed typo in docs: addMarkAt_Ar_ange -> addMarkAt_R_ange (#3033)

This commit is contained in:
Sebastian Seilund
2019-10-06 06:03:49 -07:00
committed by Ian Storm Taylor
parent 549359d19e
commit 7f201f139b

View File

@@ -55,7 +55,7 @@ There are a handful of different categories of commands that ship with Slate by
### At a Specific Range ### At a Specific Range
These are commands like `deleteAtRange()`, `addMarkAtArange()`, `unwrapBlockAtRange()`, etc. that take in a [`Range`](../reference/slate/range.md) argument and apply a change to the document for all of the content in that range. These aren't used that often, because you'll usually be able to get away with using the next category of commands instead... These are commands like `deleteAtRange()`, `addMarkAtRange()`, `unwrapBlockAtRange()`, etc. that take in a [`Range`](../reference/slate/range.md) argument and apply a change to the document for all of the content in that range. These aren't used that often, because you'll usually be able to get away with using the next category of commands instead...
### At the Current Selection ### At the Current Selection