Skip to content

Commit

Permalink
typos in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcoleanderson committed Feb 14, 2024
1 parent fbfbbbd commit de231fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export default class DynamicTextConcealPlugin extends Plugin {

// Releases any resources configured by the plugin
onunload() {
console.log('Unloading Obsidian ure Conceal Plugin');
console.log('Saving settings for Obsidian Clozure Conceal Plugin...');
this.saveSettings();
console.log('Unloading Obsidian Clozure Conceal Plugin...');
}
}
2 changes: 1 addition & 1 deletion src/settingsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class SettingsTab extends PluginSettingTab {
'Check the ',
desc.createEl('a', {
href: 'https://github.com/mattcoleanderson/obsidian-dynamic-text-concealer/discussions/19',
text: 'List of Community Made Regex',
text: 'List of community made regex',
}),
' Discussion for working examples. Feel free to add your own as well.',
);
Expand Down

0 comments on commit de231fc

Please sign in to comment.