mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Fix Typo
This commit is contained in:
parent
109a1508b6
commit
c2287a1d59
1 changed files with 1 additions and 1 deletions
|
@ -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);$&"
|
||||
|
|
Loading…
Reference in a new issue