From 35d23e817cb1ead53ce5b2aabc2efe5f6ef5116a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Aug 2024 11:33:09 +0530 Subject: [PATCH] typo in docs --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 39fd84483..0c54eb721 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -29,7 +29,7 @@ Desktop notifications [0.36] |kitty| now has a :doc:`notify ` kitten that can be used to display desktop notifications from the command line, even over SSH. It has -support for icons, buttons, waiting, updating notifications, waiting till +support for icons, buttons, updating notifications, waiting till the notification is closed, etc. The underlying :doc:`desktop-notifications` protocol has been expanded to support all these features.