Skip to content

Commit 758fd2a

Browse files
curious-broccoliXhmikosR
andauthoredMay 16, 2023
Modal: fix grammar (#38603)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent c117823 commit 758fd2a

File tree

1 file changed

+1
-1
lines changed
  • site/content/docs/5.3/components

1 file changed

+1
-1
lines changed
 

‎site/content/docs/5.3/components/modal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ When modals become too long for the user's viewport or device, they scroll indep
202202
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
203203
</div>
204204
<div class="modal-body" style="min-height: 1500px">
205-
<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>
205+
<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>
206206
</div>
207207
<div class="modal-footer">
208208
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>

0 commit comments

Comments
 (0)
Please sign in to comment.