Skip to content

Commit

Permalink
Corrected typo valut to vault seen at Handle all attachments Se…
Browse files Browse the repository at this point in the history
…tting.
  • Loading branch information
wardoflores authored Jun 27, 2022
1 parent caf25cf commit 91bf41e
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 @@ -609,7 +609,7 @@ class SettingTab extends PluginSettingTab {
.setName('Handle all attachments')
.setDesc(`By default, the plugin only handles images that starts with "Pasted image " in name,
which is the prefix Obsidian uses to create images from pasted content.
If this option is set, the plugin will handle all attachments that are created in the valut.`)
If this option is set, the plugin will handle all attachments that are created in the vault.`)
.addToggle(toggle => toggle
.setValue(this.plugin.settings.handleAllAttachments)
.onChange(async (value) => {
Expand Down

0 comments on commit 91bf41e

Please sign in to comment.