Skip to content

Commit 7f7fe6e

Browse files
ChristianMurphytmorehouse
authored andcommitted
chore(modal): trivial word fix in comment (#2089)
1 parent a14bb24 commit 7f7fe6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ export default {
557557
},
558558
// Private method to finish showing modal
559559
doShow () {
560-
// Plce modal in DOM if lazy
560+
// Place modal in DOM if lazy
561561
this.is_hidden = false
562562
this.$nextTick(() => {
563563
// We do this in nextTick to ensure the modal is in DOM first before we show it

0 commit comments

Comments
 (0)