Skip to content

Commit 5693a40

Browse files
lufegodiasbruno
authored andcommitted
[chore] typo on word (#574)
replaces `reades` to `readers`
1 parent 1563ece commit 5693a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/helpers/ariaAppHider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function validateElement(appElement) {
2828
[
2929
"react-modal: App element is not defined.",
3030
"Please use `Modal.setAppElement(el)` or set `appElement={el}`.",
31-
"This is needed so screen reades don't see main content",
31+
"This is needed so screen readers don't see main content",
3232
"when modal is opened. It is not recommended, but you can opt-out",
3333
"by setting `ariaHideApp={false}`."
3434
].join(" ")

0 commit comments

Comments
 (0)