Skip to content

Commit

Permalink
[chore] typo on word (#574)
Browse files Browse the repository at this point in the history
replaces `reades` to `readers`
  • Loading branch information
lufego authored and diasbruno committed Dec 4, 2017
1 parent 1563ece commit 5693a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/ariaAppHider.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function validateElement(appElement) {
[
"react-modal: App element is not defined.",
"Please use `Modal.setAppElement(el)` or set `appElement={el}`.",
"This is needed so screen reades don't see main content",
"This is needed so screen readers don't see main content",
"when modal is opened. It is not recommended, but you can opt-out",
"by setting `ariaHideApp={false}`."
].join(" ")
Expand Down

0 comments on commit 5693a40

Please sign in to comment.