docs: Typo in Focus Command Documentation of Editor (#2476)
A pretty small fix. The word `boolean` was misspelled.
This commit is contained in:
@@ -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.
|
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`.
|
Defines whether to scroll to the cursor when focusing. Defaults to `true`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user