From c1af5a1cbb8f2e9623cba57c698eb9a9080e092e Mon Sep 17 00:00:00 2001 From: Southpaw Date: Fri, 25 Aug 2023 21:59:35 +0100 Subject: [PATCH] Fix typo --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }