Fixed typo

This commit is contained in:
Andrey Kitelev 2024-12-01 00:44:46 +05:00
parent f40c720d4e
commit 5eb4e42702
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export default class ExoPlugin extends Plugin {
async onload() { async onload() {
this.addRibbonIcon('dice', 'Exo', () => { this.addRibbonIcon('dice', 'Exo', () => {
new Notice('This is Exocortesx!'); new Notice('This is Exocortex!');
}); });
} }