diff --git a/src/Setting.ts b/src/Setting.ts index 545b096..f97cedb 100644 --- a/src/Setting.ts +++ b/src/Setting.ts @@ -60,7 +60,7 @@ export class BinaryFileManagerSettingTab extends PluginSettingTab { .onChange((input) => { const newFormat = input.trim().replace(/\.md$/, ''); if (newFormat === '') { - new Notice('File name format must not be blanck'); + new Notice('File name format must not be blank'); return; }