From e03917cf89aad12404df4d7bf5098a16e6a91ee7 Mon Sep 17 00:00:00 2001
From: himynameisdave <dave@fossa.com>
Date: Tue, 19 Nov 2019 14:22:23 -0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20typo:=20"locationso"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 checklist.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checklist.html b/checklist.html
index 4d7653b2..edd92796 100644
--- a/checklist.html
+++ b/checklist.html
@@ -200,7 +200,7 @@ redirect_from:
           <a href="https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-order.html">2.4.3 Focus Order</a>
         </p>
         <p class="checklist-description">
-          People who are blind or who have low vision may be disoriented when focus is moved without their permission. Additionally, <code>autofocus</code> can be problematic for people with motor control disabilities, as it may create extra work for them to navigate out from the autofocused area and to other locationso on the page/view.
+          People who are blind or who have low vision may be disoriented when focus is moved without their permission. Additionally, <code>autofocus</code> can be problematic for people with motor control disabilities, as it may create extra work for them to navigate out from the autofocused area and to other locations on the page/view.
         </p>
       </div>
     </details>
-- 
GitLab