From 5eb4e427020e0bef4a02ad77ff5dee3afd7d8b5a Mon Sep 17 00:00:00 2001 From: Andrey Kitelev Date: Sun, 1 Dec 2024 00:44:46 +0500 Subject: [PATCH] Fixed typo --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!'); }); }