mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
Merge pull request #22 from dnlbauer/fix_typo
fix: remove typo in setting 'Igonre' to 'Ignore'
This commit is contained in:
commit
e53381fa61
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export class AutomaticLinkerPluginSettingsTab extends PluginSettingTab {
|
|||
})
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName("Igonre domains")
|
||||
.setName("Ignore domains")
|
||||
.setDesc(
|
||||
"Ignore domains for replacing URLs with titles, one per line (e.g. x.com)",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue