From 9d8db7e522aec7eb59767448b463ad0e1a5781bb Mon Sep 17 00:00:00 2001 From: Potato <34000272+SimplePotato@users.noreply.github.com> Date: Fri, 18 Jan 2019 03:09:21 +0100 Subject: [PATCH] minor grammatical errors fixed (#28872) --- guide/english/html/attributes/role-attribute/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/html/attributes/role-attribute/index.md b/guide/english/html/attributes/role-attribute/index.md index b9abea3b73..45d550f11c 100644 --- a/guide/english/html/attributes/role-attribute/index.md +++ b/guide/english/html/attributes/role-attribute/index.md @@ -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).