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