minor grammatical errors fixed (#28872)

This commit is contained in:
Potato
2019-01-18 03:09:21 +01:00
committed by Tom
parent f5f08191fb
commit 9d8db7e522

View File

@ -3,7 +3,7 @@ title: Role Attribute
---
## Role Attribute
The `role` attribute, describes the role of an element to programs that can make use of it, such as screen readers or magnifiers.
The `role` attribute describes the role of an element to programs that can make use of it, such as screen readers or magnifiers.
Usage Example:
```html
@ -17,4 +17,4 @@ There are four categories of roles:
- Document Structure Roles
- Landmark Roles
For full list of existing roles, refer to [aria roles documentation](https://www.w3.org/TR/wai-aria/roles).
For the full list of existing roles, refer to [aria roles documentation](https://www.w3.org/TR/wai-aria/roles).