From 272d123431a599e5ce80fdf08ab34def52ebcc7d Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:42:33 +0800 Subject: [PATCH] Fix a typo in `language.rst` --- doc_src/language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/language.rst b/doc_src/language.rst index 3cc17a800..3d9eb41f5 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -1951,7 +1951,7 @@ To specify a signal handler for the WINCH signal, write:: echo Got WINCH signal! end -Fish already the following named events for the ``--on-event`` switch: +Fish already has the following named events for the ``--on-event`` switch: - ``fish_prompt`` is emitted whenever a new fish prompt is about to be displayed.