From c2287a1d5936718346dd14ff3019c962db8a18a5 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 3 Nov 2024 03:23:30 -0500 Subject: [PATCH] Fix Typo --- src/equicordplugins/frequentQuickSwitcher/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/frequentQuickSwitcher/index.tsx b/src/equicordplugins/frequentQuickSwitcher/index.tsx index a9aa09c6..d2a4d87a 100644 --- a/src/equicordplugins/frequentQuickSwitcher/index.tsx +++ b/src/equicordplugins/frequentQuickSwitcher/index.tsx @@ -41,7 +41,7 @@ export default definePlugin({ generateSearchResults: generateSearchResults, patches: [ { - find: "uery,spellCheck:!1,autoFocus", + find: "query,spellCheck:!1,autoFocus", replacement: { match: /let{selectedIndex:\i,results:\i}/, replace: "this.props.results = $self.generateSearchResults(this.state.query);$&"