From 9da29b3f3fca466c35e57f5a6121ac1538e7ff8a Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 15 Apr 2024 07:23:41 +0200 Subject: [PATCH] Fixed typo --- src/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index eb48af4..ad9b494 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -327,7 +327,7 @@ export class SettingsTab extends PluginSettingTab { .setName('Tokenize URLs') .setDesc( `Enable this if you want to be able to search for URLs as separate words. - This have a strong impact on indexing performance, and can crash Obsidian under certain conditions.` + This setting has a strong impact on indexing performance, and can crash Obsidian under certain conditions.` ) .addToggle(toggle => toggle.setValue(settings.tokenizeUrls).onChange(async v => {