From fbe7efe7ae8349444e1fbfc86726be56c0df086a Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Mon, 22 Oct 2018 13:43:35 -0700 Subject: [PATCH] docs: trivial word fix --- 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 c3bbcc02374..e994b5fcaf5 100644 --- a/src/components/modal/modal.js +++ b/src/components/modal/modal.js @@ -557,7 +557,7 @@ export default { }, // Private method to finish showing modal doShow () { - // Plce modal in DOM if lazy + // Place modal in DOM if lazy this.is_hidden = false this.$nextTick(() => { // We do this in nextTick to ensure the modal is in DOM first before we show it