File tree 2 files changed +2
-2
lines changed
apps/www/content/docs/en/api/slate
packages/slate/src/interfaces/editor
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ Move the selection's point.
630
630
631
631
### ` select `
632
632
633
- Set the selection to a new value specified by ` target ` . When a selection already exists, this method just calls ` setSelection ` .
633
+ Set the selection to a new value specified by ` at ` . When a selection already exists, this method just calls ` setSelection ` .
634
634
635
635
``` ts
636
636
editor .tf .select (at )
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ export type EditorTransforms<V extends Value = Value> = {
296
296
/** Move the selection's point forward or backward. */
297
297
move : OmitFirst < typeof moveSelection > ;
298
298
/**
299
- * Set the selection to a new value specified by `target `. When a selection
299
+ * Set the selection to a new value specified by `at `. When a selection
300
300
* already exists, this method is just a proxy for `setSelection` and will
301
301
* update the existing value.
302
302
*
You can’t perform that action at this time.
0 commit comments