Skip to content

Commit c6776e4

Browse files
authored
Update README.md
1 parent 320f2fc commit c6776e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ You can turn it into a button with aria-pressed by providing the following prope
139139
<A11y role="link" href="https://url.com" ... />
140140
```
141141

142-
Uses this `pointer` cursor. Special attributes: `href`.
142+
Uses the `pointer` cursor. Special attributes: `href`.
143143

144-
This role is meant to emulate the behaviour of a regular html link. It should be used in combination with something that will trigger navigation on click. Just like the button one, it is accessible to all kind of user.
144+
This role is meant to emulate the behaviour of a regular html link. It should be used in combination with something that will trigger navigation on click.
145145

146146
```diff
147147
- Don't forget to provide the href attribute as he is required for screen readers to read it correctly !

0 commit comments

Comments
 (0)