From 91bf41ed17f253d8569853b12276c48fdd60479f Mon Sep 17 00:00:00 2001 From: Joey Flores <61069122+Coalemus@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:15:46 +0800 Subject: [PATCH] Corrected typo `valut` to `vault` seen at `Handle all attachments` Setting. --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index b9f6268..6b41aea 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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) => {