File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ for those cases where you have several elements with the same role and they
324
324
don't have an accessible name but they do have a description.<br /> This would
325
325
be the case for elements with
326
326
[ alertdialog] ( https://www.w3.org/TR/wai-aria-1.1/#alertdialog ) role, where the
327
- ` aria-describedby ` attribute is used to describe the elements content.
327
+ ` aria-describedby ` attribute is used to describe the element's content.
328
328
329
329
For example in
330
330
@@ -343,7 +343,7 @@ For example in
343
343
</body >
344
344
```
345
345
346
- You can query an specific element like this
346
+ You can query a specific element like this
347
347
348
348
``` js
349
349
getByrole (' alertdialog' , {description: ' Your session is about to expire' })
You can’t perform that action at this time.
0 commit comments