Skip to content

Commit

Permalink
[Documentation] Small typo fix in modal-bootstrap.md response example (
Browse files Browse the repository at this point in the history
…#1804)

Documentation: fixing small typo in modal-bootstrap.md
  • Loading branch information
vsyaco authored Sep 19, 2023
1 parent d1288d2 commit 8e4f69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/examples/modal-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The server responds with a slightly modified version of Bootstrap's standard mod
<p>Modal body text goes here.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal"">Close</button>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 8e4f69a

Please sign in to comment.