Fixed typo

This commit is contained in:
Simon Cambier
2024-04-15 07:23:41 +02:00
parent c893ee052d
commit 9da29b3f3f

View File

@@ -327,7 +327,7 @@ export class SettingsTab extends PluginSettingTab {
.setName('Tokenize URLs') .setName('Tokenize URLs')
.setDesc( .setDesc(
`Enable this if you want to be able to search for URLs as separate words. `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 => .addToggle(toggle =>
toggle.setValue(settings.tokenizeUrls).onChange(async v => { toggle.setValue(settings.tokenizeUrls).onChange(async v => {