Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/react/hooks/use-droppable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The `useDroppable` hook accepts the following arguments:
If you already have a reference to the element, you can pass it to the `element` option instead of using the `ref` that is returned by the `useDraggable` hook to connect the draggable source element.
</ParamField>

<ParamField path="accepts" type="string | number | Symbol | (type: string | number | Symbol) => boolean">
<ParamField path="accept" type="string | number | Symbol | (type: string | number | Symbol) => boolean">
Optionally supply a type of draggable element to only allow it to be dropped over certain droppable targets that [accept](#) this `type`.
</ParamField>

Expand Down