Skip to content

Commit 8de1b52

Browse files
authored
Update README.md
Fix typo
1 parent 9b8e6dc commit 8de1b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `actionCall` prop of `A11y` will be called each time this component gets cli
8282
<A11y role="button" actionCall={()=> console.log("clicked")} ... />
8383
```
8484

85-
## Provide a description of the currenlty focused / hovered element
85+
## Provide a description of the currently focused / hovered element
8686

8787
When using the `description` prop, the `A11y` component will provide a description to the screen reader users on focus/hover.
8888
Optionally, you can also show the description to the user on hover by setting `showAltText={true}`.

0 commit comments

Comments
 (0)