Skip to content

Commit 532f762

Browse files
committed
docs: add comments
1 parent d2a7506 commit 532f762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/VueCommand.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ const shouldShowHistoryEntry = computed(() => {
309309
)
310310
})
311311
312-
// Removes and adds the dispatched query to enforce the quries first position
312+
// Removes and adds the dispatched query to enforce the queries first position
313313
const addDispatchedQuery = dispatchedQuery => {
314314
local.dispatchedQueries.delete(dispatchedQuery)
315315
local.dispatchedQueries.add(dispatchedQuery)
316316
emits('update:dispatchedQueries', local.dispatchedQueries)
317317
}
318-
// Focuses to the last query or multiline query input
319-
// if the last history entry is a query input
318+
// Focuses to the last query or multiline query input if the last history entry
319+
// is a query input
320320
const autoFocus = () => {
321321
// Not the query needs to maintain the validation upon focus but rather the
322322
// terminal itself

0 commit comments

Comments
 (0)