diff options
| author | curious-broccoli <[email protected]> | 2023-11-14 08:04:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-14 08:04:16 +0100 |
| commit | adf7a98511b984bdf35df781520fc18076dcf6c2 (patch) | |
| tree | 34c41bc594b2d0ad0cb3a722fbe977c737930285 /site | |
| parent | 587e89f11b4973b6dceb47a33ab8a94798c6652a (diff) | |
| download | bootstrap-adf7a98511b984bdf35df781520fc18076dcf6c2.tar.xz bootstrap-adf7a98511b984bdf35df781520fc18076dcf6c2.zip | |
Docs: fix sentence in 'Scrolling long content' modal section (#39378)
Co-authored-by: Julien Déramond <[email protected]>
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/components/modal.md | 2 |
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 ba2a51a6e..3ca7cc4d2 100644 --- a/site/content/docs/5.3/components/modal.md +++ b/site/content/docs/5.3/components/modal.md @@ -218,7 +218,7 @@ When modals become too long for the user's viewport or device, they scroll indep </button> </div> -You can also create a scrollable modal that allows scroll the modal body by adding `.modal-dialog-scrollable` to `.modal-dialog`. +You can also create a scrollable modal that allows scrolling the modal body by adding `.modal-dialog-scrollable` to `.modal-dialog`. <div class="modal fade" id="exampleModalScrollable" tabindex="-1" aria-labelledby="exampleModalScrollableTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable"> |
