From b66e9330df51789143a1e90fce4c0682600912a4 Mon Sep 17 00:00:00 2001 From: Susan Buck Date: Mon, 15 Feb 2021 14:34:15 -0500 Subject: [PATCH] Add missing word --- src/guide/a11y-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/a11y-basics.md b/src/guide/a11y-basics.md index f05547b18e..cec1c71142 100644 --- a/src/guide/a11y-basics.md +++ b/src/guide/a11y-basics.md @@ -2,7 +2,7 @@ Web accessibility (also known as a11y) refers to the practice of creating websites that can be used by anyone — be that a person with a disability, a slow connection, outdated or broken hardware or simply someone in an unfavorable environment. For example, adding subtitles to a video would help both your deaf and hard-of-hearing users and your users who are in a loud environment and can't hear their phone. Similarly, making sure your text isn't too low contrast will help both your low-vision users and your users who are trying to use their phone in bright sunlight. -Ready start but aren’t sure where? +Ready to start but aren’t sure where? Checkout the [Planning and managing web accessibility guide](https://www.w3.org/WAI/planning-and-managing/) provided by [World Wide Web Consortium (W3C)](https://www.w3.org/)