Skip to content

Commit 23b242e

Browse files
brendanfalkowskialexkrolick
authored andcommitted
Say "disconnecting" not "plugging out" your mouse (reactjs#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.
1 parent 2dccf46 commit 23b242e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/accessibility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ There are a number of tools we can use to assist in the creation of accessible w
421421

422422
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:
423423

424-
1. Plugging out your mouse.
424+
1. Disconnecting your mouse.
425425
1. Using `Tab` and `Shift+Tab` to browse.
426426
1. Using `Enter` to activate elements.
427427
1. Where required, using your keyboard arrow keys to interact with some elements, such as menus and dropdowns.

0 commit comments

Comments
 (0)