docs: Typo in Focus Command Documentation of Editor (#2476)

A pretty small fix. The word `boolean` was misspelled.
This commit is contained in:
Angad Sethi
2022-02-03 14:45:34 +05:30
committed by GitHub
parent 7e2f0ae2ca
commit e9926438ea

View File

@@ -10,7 +10,7 @@ See also: [setTextSelection](/api/commands/set-text-selection), [blur](/api/comm
By default, its 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`.