From 7b6513d22bac79a330d01b1cbf0263ff9e967fe4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Oct 2017 09:17:28 -0700 Subject: [PATCH] fix aria attr --- docs/4.0/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index efed66585d19..b9ebc4ad4bb0 100644 --- a/docs/4.0/components/modal.md +++ b/docs/4.0/components/modal.md @@ -212,7 +212,7 @@ When modals become too long for the user's viewport or device, they scroll indep Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal. **Do not use this with long modals**—it will overflow the viewport and potentially hide parts of your modal. -