From 4d2614772630a5a2d28c5ae42f573a56da1060f7 Mon Sep 17 00:00:00 2001 From: "Xiaojie(Aaron) Li" Date: Mon, 4 Feb 2019 19:50:49 -0500 Subject: [PATCH] fixed articulation of introduction paragraphs (#30367) --- guide/english/accessibility/accessibility-basics/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/accessibility/accessibility-basics/index.md b/guide/english/accessibility/accessibility-basics/index.md index 1660ba9a47..61cb0c9343 100644 --- a/guide/english/accessibility/accessibility-basics/index.md +++ b/guide/english/accessibility/accessibility-basics/index.md @@ -8,9 +8,9 @@ title: Accessibility Basics > > --Professor Severus Snape, Harry Potter Series -Accessibility's role in development is understanding the user's perspective and needs. +The role of accessibility in development is understanding the user's perspective and needs. -As more and more new technologies are being created, the toolbox of a developer becomes ever-changing and complicated. +As an increasing number of new technologies are being created, the toolbox of a developer becomes ever-changing and complicated. One tool in that toolbox should be accessibility. It should be one of the very first steps of creating any form of web content, yet is not considered enough. This could be due to a simple case of not knowing it even exists or an extreme case like not caring about it at all.