From 9508c4c11bdc51d1d616db77255060070c1cf943 Mon Sep 17 00:00:00 2001 From: Aditya Shankar <49206592+aditya1906@users.noreply.github.com> Date: Mon, 27 May 2019 11:49:50 +0530 Subject: [PATCH] Correct grammar in modal.scss (#28829) --- scss/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_modal.scss b/scss/_modal.scss index 6b6770b32c..1a5b9fdaf9 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -158,7 +158,7 @@ .modal-body { position: relative; // Enable `flex-grow: 1` so that the body take up as much space as possible - // when should there be a fixed height on `.modal-dialog`. + // when there should be a fixed height on `.modal-dialog`. flex: 1 1 auto; padding: $modal-inner-padding; }