From 219b81b5eeed50d2d81dc8d11ca6aaceaefe0afa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Jan 2020 08:19:42 +0530 Subject: [PATCH] typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 83bded977..6a8890302 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,7 +20,7 @@ To update |kitty|, :doc:`follow the instructions `. :opt:`font_features` option. - Add an option :opt:`force_ltr` to turn off the display of text in RTL scripts - in right-to-eft order (:pull:`2293) + in right-to-left order (:pull:`2293`) - Allow opening new tabs/windows before the current tab/window as well as after it with the :option:`launch --location` option.