From 23b242edc4c7eeee5798953ba205e36cc71016b8 Mon Sep 17 00:00:00 2001 From: Brendan Falkowski Date: Sat, 25 May 2019 15:48:27 -0700 Subject: [PATCH] Say "disconnecting" not "plugging out" your mouse (#2037) The previous phrase "plugging out" is uncommon in English. Saying "disconnecting" is better than "unplugging" because many mouse users have wireless mice, and is more accurate. --- content/docs/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index 18442b9a..11668c0c 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -421,7 +421,7 @@ There are a number of tools we can use to assist in the creation of accessible w By far the easiest and also one of the most important checks is to test if your entire website can be reached and used with the keyboard alone. Do this by: -1. Plugging out your mouse. +1. Disconnecting your mouse. 1. Using `Tab` and `Shift+Tab` to browse. 1. Using `Enter` to activate elements. 1. Where required, using your keyboard arrow keys to interact with some elements, such as menus and dropdowns.