From cdce26e5190c66da8da1b833049e84cb23d8efcb Mon Sep 17 00:00:00 2001 From: Sy Tran <13009812+sytranvn@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:56:46 +0700 Subject: [PATCH] fix: typo in build docs --- docs/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.rst b/docs/build.rst index 8d190ab71..1734871ba 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -30,7 +30,7 @@ to build kitty with your changes. .. note:: If you plan to run kitty from source long-term, there are a couple of - caveats to be aware of. You should occassionally run ``./dev.sh deps`` + caveats to be aware of. You should occasionally run ``./dev.sh deps`` to have the dependencies re-downloaded as they are updated periodically. Also, the built kitty executable assumes it will find source in whatever directory you first ran :code:`./dev.sh build` in. If you move/rename the