From e9926438ea5f81bcbf5896a46a4c184b50d570f8 Mon Sep 17 00:00:00 2001 From: Angad Sethi Date: Thu, 3 Feb 2022 14:45:34 +0530 Subject: [PATCH] docs: Typo in Focus Command Documentation of Editor (#2476) A pretty small fix. The word `boolean` was misspelled. --- docs/api/commands/focus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/commands/focus.md b/docs/api/commands/focus.md index 67891796..0f2d588a 100644 --- a/docs/api/commands/focus.md +++ b/docs/api/commands/focus.md @@ -10,7 +10,7 @@ See also: [setTextSelection](/api/commands/set-text-selection), [blur](/api/comm By default, it’s restoring the cursor position (and text selection). Pass a position to move the cursor too. -`options: { scrollIntoView: boolen }` +`options: { scrollIntoView: boolean }` Defines whether to scroll to the cursor when focusing. Defaults to `true`.