summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/SearchBox/SearchBox.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-10 10:40:12 +0100
committerJoas Schilling <coding@schilljs.com>2020-01-10 10:40:12 +0100
commit9e900b1c9cdc96b4387a74a27b765d049d4622ad (patch)
treee3c85b2a6e99abf7789fb8d5be2bb84c8acff935 /src/components/LeftSidebar/SearchBox/SearchBox.vue
parent9b6f9d2d7a3158c3e5d67e2515343b49eca40a9e (diff)
Spell checking
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/LeftSidebar/SearchBox/SearchBox.vue')
-rw-r--r--src/components/LeftSidebar/SearchBox/SearchBox.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/SearchBox/SearchBox.vue b/src/components/LeftSidebar/SearchBox/SearchBox.vue
index e32c263d8..c2c6de8ab 100644
--- a/src/components/LeftSidebar/SearchBox/SearchBox.vue
+++ b/src/components/LeftSidebar/SearchBox/SearchBox.vue
@@ -79,7 +79,7 @@ export default {
EventBus.$off('routeChange', this.focusInput)
},
methods: {
- // Focus the input field of the current componnent.
+ // Focus the input field of the current component.
focusInput() {
if (this.$route.name === 'root') {
this.$refs.searchConversations.focus()