From ff4755ea919b8bb1f23b9e8b979ba4e4c46a7804 Mon Sep 17 00:00:00 2001 From: Hannah Bergam Date: Mon, 28 Apr 2025 16:40:27 -0700 Subject: [PATCH] Update accessibility.md These instructions are outdated and caused a bit of a runaround for me trying to update our screenreader instructions! Thanks! --- guides/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/accessibility.md b/guides/accessibility.md index afad125..c6331f5 100644 --- a/guides/accessibility.md +++ b/guides/accessibility.md @@ -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 [``](../api-documentation/context-provider/). +We recommend you customize and localize these instructions to your application and use-case using the `accessibility` (nested: `screenReaderInstructions`) prop of [``](../api-documentation/context-provider/). For example, if you were building a sortable grocery shopping list, you may want to tailor the instructions like so: