Skip to content

Commit

Permalink
fix: spelling mistake(#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Apr 19, 2024
1 parent 47f1a26 commit cc0420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal.ts
Expand Up @@ -470,7 +470,7 @@ export class ExportConfigModal extends Modal {
});
btmEl.settingEl.hidden = this.config["marginType"] != "3";

new Setting(contentEl).setName("Downscale precent").addSlider((slider) => {
new Setting(contentEl).setName("Downscale percent").addSlider((slider) => {
slider
.setLimits(0, 100, 1)
.setValue(this.config["scale"] as number)
Expand Down

0 comments on commit cc0420d

Please sign in to comment.