From 68ffb6b2f024b4f521aede0b13ddf92a4194fbc3 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 23 Dec 2023 23:29:16 +0100 Subject: [PATCH] Typo fix --- kagi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kagi.el b/kagi.el index 9fc14e4..9bd61a9 100644 --- a/kagi.el +++ b/kagi.el @@ -89,7 +89,7 @@ PROMPT is used to fill in the POST part of the request." ,(format "--data '%s'" data)))) (format "curl %s %s" (string-join curl-flags " ") - kagi-api-fastgpt-url))") + kagi-api-fastgpt-url))) (defun kagi--html-bold-to-face (string) "Convert HTML tags inside STRING to faces.