Skip to content

Commit

Permalink
Merge pull request #36 from omeiirr/master
Browse files Browse the repository at this point in the history
fix typo: `Alwasy` to `Always`
  • Loading branch information
reorx authored Jan 30, 2023
2 parents ce38445 + 58eb93c commit 37cb800
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 37cb800

Please sign in to comment.