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`.