Skip to content

Commit e597da5

Browse files
committed
fix: spelling
1 parent 3ceeb3c commit e597da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modals/MediaDbAdvancedSearchModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class MediaDbAdvancedSearchModal extends Modal {
3636

3737
async search(): Promise<MediaTypeModel[]> {
3838
if (!this.query || this.query.length < 3) {
39-
new Notice('MDB | Query to short');
39+
new Notice('MDB | Query too short');
4040
return;
4141
}
4242

0 commit comments

Comments
 (0)