You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/docs/accessibility.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,7 @@ There are a number of tools we can use to assist in the creation of accessible w
421
421
422
422
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:
423
423
424
-
1.Plugging out your mouse.
424
+
1.Disconnecting your mouse.
425
425
1. Using `Tab` and `Shift+Tab` to browse.
426
426
1. Using `Enter` to activate elements.
427
427
1. Where required, using your keyboard arrow keys to interact with some elements, such as menus and dropdowns.
0 commit comments