diff --git a/api-documentation/draggable/usedraggable.md b/api-documentation/draggable/usedraggable.md index 914741a..5a685e0 100644 --- a/api-documentation/draggable/usedraggable.md +++ b/api-documentation/draggable/usedraggable.md @@ -131,7 +131,7 @@ For this reason, the `useDraggable` hook sets the `tabindex="0"` attribute by de attributes: { role: string; tabIndex: number; - 'aria-diabled': boolean; + 'aria-disabled': boolean; 'aria-roledescription': string; 'aria-describedby': string; },