branch: elpa/typst-ts-mode
commit 7c2ef0d5bd2b5a8727fe6d00938c47ba562e0c94
Merge: f742ee12d0c e88a44b0734
Author: Meow King <[email protected]>
Commit: Meow King <[email protected]>
Merge pull request 'fix: Typo' (#86) from 0xbg/typst-ts-mode:main into
develop
Reviewed-on: https://codeberg.org/meow_king/typst-ts-mode/pulls/86
---
typst-ts-compile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typst-ts-compile.el b/typst-ts-compile.el
index 40ce74293c7..58de17c3ce0 100644
--- a/typst-ts-compile.el
+++ b/typst-ts-compile.el
@@ -34,7 +34,7 @@ compilation buffer before compilation."
typst-ts-compile-hide-compilation-buffer-if-success
(string-match-p "finished" (string-trim msg)))
(delete-windows-on compilation-buffer)
- (message "Execute typst copmile successfully."))
+ (message "Execute typst compile successfully."))
(unwind-protect
(with-current-buffer cur-buffer
(run-hook-with-args 'typst-ts-compile-after-compilation-hook
compilation-buffer msg))