Skip to content

Commit

Permalink
[docs] Fix typo in the ClickAwayListerner name (#33813)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsmigielski authored Aug 5, 2022
1 parent c45c2fa commit 3846a8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In order to prevent screen readers from marking non-interactive children as "cli
<div role="presentation">
<h1>non-interactive heading</h1>
</div>
</ClickAwayListern>
</ClickAwayListener>
```

This is also required to fix a quirk in NVDA when using Firefox that prevents announcement of alert messages (see [mui/material-ui#29080](https://github.com/mui/material-ui/issues/29080)).
Expand Down

0 comments on commit 3846a8f

Please sign in to comment.