Skip to content

Commit

Permalink
fix typo: Alwasy to Always
Browse files Browse the repository at this point in the history
  • Loading branch information
omeiirr authored Jan 30, 2023
1 parent ce38445 commit 58eb93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 58eb93c

Please sign in to comment.