Fixed typo
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user