Merge pull request #22 from dnlbauer/fix_typo

fix: remove typo in setting 'Igonre' to 'Ignore'
This commit is contained in:
Kodai Nakamura 2026-01-19 21:18:08 +09:00 committed by GitHub
commit e53381fa61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)",
)