From 58eb93cff2f98e3b7bad3cbdd7393da4519cafbf Mon Sep 17 00:00:00 2001 From: Omeir Fawaz <54888682+omeiirr@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:18:55 +0530 Subject: [PATCH] fix typo: `Alwasy` to `Always` --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 96f3793..a8674bf 100644 --- a/src/main.ts +++ b/src/main.ts @@ -615,7 +615,7 @@ class SettingTab extends PluginSettingTab { )); new Setting(containerEl) - .setName('Alwasy add duplicate number') + .setName('Always add duplicate number') .setDesc(`If enabled, duplicate number will always be added to the image name, otherwise it will only be added when the name is duplicated.`) .addToggle(toggle => toggle .setValue(this.plugin.settings.dupNumberAlways)