From f3be73c95725d67acc98af66859f2ff4469c1925 Mon Sep 17 00:00:00 2001 From: curious-broccoli <77789413+curious-broccoli@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:04:16 +0100 Subject: [PATCH] Docs: fix sentence in 'Scrolling long content' modal section (#39378) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- site/content/docs/5.3/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md index ba2a51a6e320..3ca7cc4d2240 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 -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`.