From 08bb44bf4ec0b1fa53539a2a3f6e5c6f90b9efb8 Mon Sep 17 00:00:00 2001 From: Melanie Cohen Date: Mon, 13 Aug 2018 14:12:54 -0700 Subject: [PATCH] [docs] Fix a typo in the Modal page (#12502) --- docs/src/pages/utils/modal/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/utils/modal/modal.md b/docs/src/pages/utils/modal/modal.md index 442b8c44b5b624..b88949ca24ea34 100644 --- a/docs/src/pages/utils/modal/modal.md +++ b/docs/src/pages/utils/modal/modal.md @@ -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).