aboutsummaryrefslogtreecommitdiff
path: root/site/content
diff options
context:
space:
mode:
authorcodemmmmm <[email protected]>2023-05-16 15:47:06 +0200
committerGitHub <[email protected]>2023-05-16 16:47:06 +0300
commit758fd2a6791d948d6bcfac921bb7878d62eca28b (patch)
treeb3238e257c9e0ffc3755da650076278553af8d74 /site/content
parentc117823dd4387e04bb7bfaf622945c2c0c86bef9 (diff)
downloadbootstrap-758fd2a6791d948d6bcfac921bb7878d62eca28b.tar.xz
bootstrap-758fd2a6791d948d6bcfac921bb7878d62eca28b.zip
Modal: fix grammar (#38603)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.3/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md
index 10beb9bca..ba2a51a6e 100644
--- a/site/content/docs/5.3/components/modal.md
+++ b/site/content/docs/5.3/components/modal.md
@@ -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>