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 guides/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The default instructions are:
> While dragging, use the arrow keys to move the item in any given direction.\
> Press space or enter again to drop the item in its new position, or press escape to cancel.

We recommend you customize and localize these instructions to your application and use-case using the `screenReaderInstructions` prop of [`<DndContext>`](../api-documentation/context-provider/). &#x20;
We recommend you customize and localize these instructions to your application and use-case using the `accessibility` (nested: `screenReaderInstructions`) prop of [`<DndContext>`](../api-documentation/context-provider/). &#x20;

For example, if you were building a sortable grocery shopping list, you may want to tailor the instructions like so:

Expand Down