Skip to content

Commit

Permalink
docs/components/modal.md: Fix typo
Browse files Browse the repository at this point in the history
Fixup for #19105
[ci skip]
  • Loading branch information
cvrebert committed Feb 7, 2016
1 parent 612d287 commit 3bd8dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/modal.md
Expand Up @@ -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>
Expand Down

0 comments on commit 3bd8dee

Please sign in to comment.