Skip to content

Commit

Permalink
Fix spelling (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessmartin authored Dec 13, 2022
1 parent c7fe0b8 commit ed646eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class SettingsTab extends PluginSettingTab {
new Setting(containerEl)
.setName('Respect Obsidian\'s "Excluded Files"')
.setDesc(
`By default, fFiles that are in Obsidian\'s "Options > Files & Links > Excluded Files" list are downranked in results.
`By default, files that are in Obsidian\'s "Options > Files & Links > Excluded Files" list are downranked in results.
Enable this option to completely hide them`
)
.addToggle(toggle =>
Expand Down

0 comments on commit ed646eb

Please sign in to comment.