diff --git a/main.ts b/main.ts index 00790d6..4e8d750 100644 --- a/main.ts +++ b/main.ts @@ -4,7 +4,7 @@ export default class ExoPlugin extends Plugin { async onload() { this.addRibbonIcon('dice', 'Exo', () => { - new Notice('This is Exocortesx!'); + new Notice('This is Exocortex!'); }); }