Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 506cc2f

Browse files
committed
more accurate usage description
1 parent 925c4fe commit 506cc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/screen-reader-message-preset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type MessagePreset = {|
1818
const dragHandleUsageInstructions: string = `
1919
Press space bar to start a drag.
2020
When dragging you can use the arrow keys to move the item around and escape to cancel.
21-
Ensure your screen reader is in focus mode or forms mode
21+
Some screen readers may require you to be in focus mode or to use your pass through key
2222
`;
2323

2424
const position = (index: number): number => index + 1;

0 commit comments

Comments
 (0)