Skip to content

Commit

Permalink
Merge pull request #15 from wardoflores/patch-1
Browse files Browse the repository at this point in the history
Corrected typo `valut` to `vault` seen at `Handle all attachments`
  • Loading branch information
reorx authored Jan 27, 2023
2 parents 0c33584 + 91bf41e commit 8084a02
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 @@ -623,7 +623,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 8084a02

Please sign in to comment.