From 7b585606637b4bace9e7ecf16eb96e2abe025278 Mon Sep 17 00:00:00 2001 From: Evelyn Harthbrooke Date: Wed, 24 Jul 2024 17:26:40 -0600 Subject: [PATCH] typo: remove unnecessary word in desktop notifications document --- docs/desktop-notifications.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/desktop-notifications.rst b/docs/desktop-notifications.rst index a94808f1f..a157499e5 100644 --- a/docs/desktop-notifications.rst +++ b/docs/desktop-notifications.rst @@ -115,7 +115,7 @@ Then, the terminal will respond with:: This escape code is sent by the terminal if the notification is closed or was already closed when the close request arrives, or a notification with the specified identifier does not exist. If the notification is activated, -before it can be closed, then the close response is sent only if the there is no +before it can be closed, then the close response is sent only if there is no activation response. In other words, if you close a response and request notification, you will get either of the following two responses::