diff options
| author | Mark Otto <[email protected]> | 2013-07-30 15:14:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 15:14:38 -0700 |
| commit | 46a424fc938d26a344f5cca1aab6004eaaa4a787 (patch) | |
| tree | 657c7cc32a9722f923ada00dcf13c1b57cb98d0c | |
| parent | e6ac348bfc965890ae58f9a052fbe715c52b777d (diff) | |
| download | bootstrap-46a424fc938d26a344f5cca1aab6004eaaa4a787.tar.xz bootstrap-46a424fc938d26a344f5cca1aab6004eaaa4a787.zip | |
edit modal docs code to fix #8769
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 347b41fa1..6d7b7ccad 100644 --- a/javascript.html +++ b/javascript.html @@ -168,7 +168,7 @@ $('#myModal').on('show.bs.modal', function (e) { <hr> - <h4>Overflowing text to show optional scrollbar</h4> + <h4>Overflowing text to show scroll behavior</h4> <p>Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p> <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p> <p>Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.</p> |
