diff --git a/src/main.ts b/src/main.ts index c124509..1cf76d0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,7 +31,7 @@ export default class GhostPublish extends Plugin { editorCallback: (_, view: MarkdownView) => { if (!view) { new Notice( - "You must open the note that you want to send to Ghostt" + "You must open the note that you want to send to Ghost" ); return; }