Skip to content

Commit 25fc5ac

Browse files
authored
Meta: Fix spelling errors in comment inside search-query.ts (refined-github#4546)
1 parent 0e51d33 commit 25fc5ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/github-helpers/search-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function splitQueryString(query: string): string[] {
77
return query.match(queryPartsRegExp) ?? [];
88
}
99

10-
// Remove all keywords from array exept the last occurence of one of the keywords.
10+
// Remove all keywords from array except the last occurrence of one of the keywords.
1111
function deduplicateKeywords(array: string[], ...keywords: string[]): string[] {
1212
const deduplicated = [];
1313
let wasKeywordFound = false;

0 commit comments

Comments
 (0)