aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-06 21:29:30 -0800
committerChris Rebert <[email protected]>2016-02-06 21:29:30 -0800
commit3bd8dee1c72576e89bd77b9616ce8d9f1eb831c0 (patch)
tree9945989b270cad2928cb81b9ea7ea98d8d0ad4d4
parent612d287a073b9dfab42f68180beedb7770aec303 (diff)
downloadbootstrap-3bd8dee1c72576e89bd77b9616ce8d9f1eb831c0.tar.xz
bootstrap-3bd8dee1c72576e89bd77b9616ce8d9f1eb831c0.zip
docs/components/modal.md: Fix typo
Fixup for #19105 [ci skip]
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index a8b1b4850..1bbcd3fbf 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -181,7 +181,7 @@ Embedding YouTube videos in modals requires additional JavaScript not in Bootstr
## Optional sizes
-Modals have two optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These size kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports.
+Modals have two optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports.
<div class="bd-example">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bd-example-modal-lg">Large modal</button>