Skip to content

Commit

Permalink
Say "disconnecting" not "plugging out" your mouse (#2037)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brendanfalkowski authored and alexkrolick committed May 25, 2019
1 parent 2dccf46 commit 23b242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23b242e

Please sign in to comment.