From 7f201f139b62c6aae70dc26cf9fc5acd08a7a34a Mon Sep 17 00:00:00 2001 From: Sebastian Seilund Date: Sun, 6 Oct 2019 06:03:49 -0700 Subject: [PATCH] Fixed typo in docs: addMarkAt_Ar_ange -> addMarkAt_R_ange (#3033) --- docs/guides/commands-and-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/commands-and-queries.md b/docs/guides/commands-and-queries.md index 684848d7a..e7e56a509 100644 --- a/docs/guides/commands-and-queries.md +++ b/docs/guides/commands-and-queries.md @@ -55,7 +55,7 @@ There are a handful of different categories of commands that ship with Slate by ### 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