From 19a9594143224c8242bcc5421655b080e4e47be0 Mon Sep 17 00:00:00 2001 From: KaranveerB <52545097+KaranveerB@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:59:41 -0700 Subject: [PATCH] Fix typo in mapping.rst --- docs/mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mapping.rst b/docs/mapping.rst index f16694214..3bf01206d 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -81,7 +81,7 @@ control scripts. To run a kitten on a key press:: map f1 kitten mykitten.py -Many of kitty;s features are themselves implemented as kittens, for example, +Many of kitty's features are themselves implemented as kittens, for example, :doc:`/kittens/unicode_input`, :doc:`/kittens/hints` and :doc:`/kittens/themes`. To learn about writing your own kittens, see :doc:`/kittens/custom`.