Skip to content

Commit b47c252

Browse files
Merge pull request twbs#21671 from vanduynslagerp/fix-21665
Fix modal id in doc example (Fix twbs#21665)
2 parents 97e757c + a98fb3c commit b47c252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Toggle a working modal demo by clicking the button below. It will slide down and
121121
</button>
122122

123123
<!-- Modal -->
124-
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
124+
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
125125
<div class="modal-dialog" role="document">
126126
<div class="modal-content">
127127
<div class="modal-header">

0 commit comments

Comments
 (0)