From 153ec9a8386a094dd5dc24e5f146459b54e8c1e2 Mon Sep 17 00:00:00 2001 From: bram Date: Mon, 22 Jul 2024 17:28:16 +0000 Subject: [PATCH] Fix minor typo in docstring --- kagi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kagi.el b/kagi.el index 7b67180..0e98f4a 100644 --- a/kagi.el +++ b/kagi.el @@ -259,7 +259,7 @@ FastGPT with the following prompt: (propertize (format "[%d]" i) 'font-lock-face 'kagi-bold)) (defun kagi--format-references (references) - "Format the REFRENCES as a string. + "Format the REFERENCES as a string. The REFERENCES is a part of the JSON response, see https://help.kagi.com/kagi/api/fastgpt.html for more information."