From ffa070f3ae879a0b0878bbd8eb6d087cd3760c85 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 28 Sep 2023 17:27:59 +0300 Subject: [PATCH] popup/tabswiper: typo --- popup/tabswiper/tabswiper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/tabswiper/tabswiper.js b/popup/tabswiper/tabswiper.js index 5d41ff6..9cf42fa 100644 --- a/popup/tabswiper/tabswiper.js +++ b/popup/tabswiper/tabswiper.js @@ -7,7 +7,7 @@ import { enableFaviconFallback, updateInterface } from './modules/dom.js' const store = tabswiperStore.init({ tabs: browser.tabs, onStateUpdate: (state) => { - /* Close popup if there ara no tabs. */ + /* Close popup if there are no tabs. */ if (state.tabs.length === 0) { window.close() return