Skip to content

Commit 2a1c28b

Browse files
authored
fix: typo in docs (#7647)
1 parent cdba748 commit 2a1c28b

File tree

1 file changed

+2
-2
lines changed
  • packages/@react-spectrum/dnd/docs

1 file changed

+2
-2
lines changed

packages/@react-spectrum/dnd/docs/dnd.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ these two options will also automatically filter out any invalid drag items from
479479
<InterfaceType properties={dndDocs.exports.DroppableCollectionBaseProps.properties} />
480480
</TypeContext.Provider>
481481

482-
These lower level drop handlers and options can be used to supplement or replace the high-level options mentioned above. `getDropOperation` allows you to allows you to specify what drop operations is returned based on the
482+
These lower level drop handlers and options can be used to supplement or replace the high-level options mentioned above. `getDropOperation` allows you to specify what drop operations is returned based on the
483483
dragged items' drag types, the drop target information, and drop operations allowed by the drag source. It can be used in tandem with the higher level `acceptedDragTypes` and `shouldAcceptItemDrop` (when onItemDrop is provided) options. Those
484484
two options serve as a pre-filter, preemptively canceling any attempted drop operation that doesn't pass their requirements.
485485

@@ -508,4 +508,4 @@ to your draggable collection's `onDragEnd` handler, letting the draggable collec
508508

509509
The following list shows which components currently support drag and drop. Common drag and drop implementations are included in each component's documentation so definitely take a look!
510510
- [ListView](ListView.html#drag-and-drop)
511-
- [TableView](TableView.html#drag-and-drop)
511+
- [TableView](TableView.html#drag-and-drop)

0 commit comments

Comments
 (0)