We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97e757c + a98fb3c commit b47c252Copy full SHA for b47c252
docs/components/modal.md
@@ -121,7 +121,7 @@ Toggle a working modal demo by clicking the button below. It will slide down and
121
</button>
122
123
<!-- Modal -->
124
-<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
+<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
125
<div class="modal-dialog" role="document">
126
<div class="modal-content">
127
<div class="modal-header">
0 commit comments