Skip to content

Commit 82cdd1e

Browse files
dsanders11tmorehouse
authored andcommitted
chore(modal): fix typo in comment (#3094)
1 parent 83d3a10 commit 82cdd1e

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
@@ -223,7 +223,7 @@ export default Vue.extend({
223223
is_transitioning: false, // Used for style control
224224
is_show: false, // Used for style control
225225
is_block: false, // Used for style control
226-
is_opening: false, // To sginal that modal is in the process of opening
226+
is_opening: false, // To signal that the modal is in the process of opening
227227
is_closing: false, // To signal that the modal is in the process of closing
228228
ignoreBackdropClick: false, // Used to signify if click out listener should ignore the click
229229
isModalOverflowing: false,

0 commit comments

Comments
 (0)