Skip to content

Commit f194b9d

Browse files
Bennet11patrickhlauke
authored andcommitted
Fix order of Save/Close buttons in modal code example (#25855)
1 parent b9577a1 commit f194b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/components/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee
6767
<p>Modal body text goes here.</p>
6868
</div>
6969
<div class="modal-footer">
70-
<button type="button" class="btn btn-primary">Save changes</button>
7170
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
71+
<button type="button" class="btn btn-primary">Save changes</button>
7272
</div>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)