From 1032d14ffb49e4d291482604e983bcd2a864775b Mon Sep 17 00:00:00 2001 From: Max Nesov Date: Wed, 24 Oct 2018 18:11:41 +0200 Subject: [PATCH] Update change.md (#2310) moveToRangeOf => moveToRangeOfDocument --- docs/reference/slate/change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/slate/change.md b/docs/reference/slate/change.md index ce2b4d081..b34a74a5e 100644 --- a/docs/reference/slate/change.md +++ b/docs/reference/slate/change.md @@ -362,7 +362,7 @@ Move the current selection's anchor point to the start of a `node` and its focus ### `moveToRangeOfDocument` -`moveToRangeOf() => Change` +`moveToRangeOfDocument() => Change` Move the current selection's anchor point to the start of the document and its focus point to the end of the document, selecting everything.