From b6009e27c1b4e26925d5ab2e53f637e6eb4a23af Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sat, 13 Apr 2019 21:36:25 -0700 Subject: [PATCH] chore(modal): fix typo in comment --- src/components/modal/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal.js b/src/components/modal/modal.js index 23a432601ba..0cd70acb421 100644 --- a/src/components/modal/modal.js +++ b/src/components/modal/modal.js @@ -223,7 +223,7 @@ export default Vue.extend({ is_transitioning: false, // Used for style control is_show: false, // Used for style control is_block: false, // Used for style control - is_opening: false, // To sginal that modal is in the process of opening + is_opening: false, // To signal that the modal is in the process of opening is_closing: false, // To signal that the modal is in the process of closing ignoreBackdropClick: false, // Used to signify if click out listener should ignore the click isModalOverflowing: false,