From: Aditya Shankar <49206592+aditya1906@users.noreply.github.com> Date: Mon, 27 May 2019 06:19:50 +0000 (+0530) Subject: Correct grammar in modal.scss (#28829) X-Git-Tag: v5.0.0-alpha1~1080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=111024695a70e1133256b6aeaac41fae98c8150e;p=thirdparty%2Fbootstrap.git Correct grammar in modal.scss (#28829) --- 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; }