Skip to content

Commit

Permalink
[docs] Fix a typo in the Modal page (#12502)
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniebcohen authored and oliviertassinari committed Aug 13, 2018
1 parent b51ccf3 commit 08bb44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/utils/modal/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ component and some styles:
- It properly manages focus; moving to the modal content,
and keeping it there until the modal is closed.
- It disables scrolling of the page content while open.
- Adds the appropriate ARIA roles are automatically.
- Adds the appropriate ARIA roles automatically.

This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).

Expand Down

0 comments on commit 08bb44b

Please sign in to comment.