We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8e6dc commit 8de1b52Copy full SHA for 8de1b52
README.md
@@ -82,7 +82,7 @@ The `actionCall` prop of `A11y` will be called each time this component gets cli
82
<A11y role="button" actionCall={()=> console.log("clicked")} ... />
83
```
84
85
-## Provide a description of the currenlty focused / hovered element
+## Provide a description of the currently focused / hovered element
86
87
When using the `description` prop, the `A11y` component will provide a description to the screen reader users on focus/hover.
88
Optionally, you can also show the description to the user on hover by setting `showAltText={true}`.
0 commit comments