Skip to content

Commit b425306

Browse files
authored
Update interactions.mdx (#6698)
1 parent cf89903 commit b425306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/interactions/docs/interactions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ the user is currently navigating with a keyboard or not.
9696
An assistive technology, such as a screen reader, relies on semantic information exposed to the browser through ARIA or native HTML element
9797
semantics. This allows it to know what an element represents and relay this information to the user. As a screen reader or other
9898
assistive technology navigates around an application, it may fire various JavaScript events. Since screen readers are navigating
99-
the app in a completely different way than tranditional mouse, touch, or keyboard behavior, these events are emulated by a
99+
the app in a completely different way than traditional mouse, touch, or keyboard behavior, these events are emulated by a
100100
screen reader. It may focus elements, fire click events to activate them, or otherwise emulate mouse and keyboard events.
101101

102102
React Aria is careful to handle events fired by assistive technology, and normalizes this behavior as needed so it is consistent

0 commit comments

Comments
 (0)