]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Modal: fix grammar (#38603)
authorcodemmmmm <77789413+codemmmmm@users.noreply.github.com>
Tue, 16 May 2023 13:47:06 +0000 (15:47 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 13:47:06 +0000 (16:47 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.3/components/modal.md

index 10beb9bca806ea33eaa8fa29c7e2e540c0444a41..ba2a51a6e320faa41b52cb1862bd72fbf03a545f 100644 (file)
@@ -202,7 +202,7 @@ When modals become too long for the user's viewport or device, they scroll indep
         <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
       </div>
       <div class="modal-body" style="min-height: 1500px">
-        <p>This is some placeholder content to show the scrolling behavior for modals. Instead of repeating the text the modal, we use an inline style set a minimum height, thereby extending the length of the overall modal and demonstrating the overflow scrolling. When content becomes longer than the height of the viewport, scrolling will move the modal as needed.</p>
+        <p>This is some placeholder content to show the scrolling behavior for modals. Instead of repeating the text in the modal, we use an inline style to set a minimum height, thereby extending the length of the overall modal and demonstrating the overflow scrolling. When content becomes longer than the height of the viewport, scrolling will move the modal as needed.</p>
       </div>
       <div class="modal-footer">
         <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>