diff --git a/apps/docs/react/hooks/use-droppable.mdx b/apps/docs/react/hooks/use-droppable.mdx index 1f6ac364f..e5a8416f4 100644 --- a/apps/docs/react/hooks/use-droppable.mdx +++ b/apps/docs/react/hooks/use-droppable.mdx @@ -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. - + Optionally supply a type of draggable element to only allow it to be dropped over certain droppable targets that [accept](#) this `type`.