From cf7ca401902b3b8c3cda464c5b023785483d9dfc Mon Sep 17 00:00:00 2001 From: Myk Date: Sun, 1 Oct 2023 23:10:54 -0700 Subject: [PATCH] Update docs/dev/Lua API.rst Co-authored-by: Alan --- docs/dev/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index 99dcabf7e..49f0b3633 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -3958,7 +3958,7 @@ Misc the screen, you must set ``df.global.gps.mouse_x`` and ``df.global.gps.mouse_y`` if you are clicking on the interface layer or ``df.global.gps.precise_mouse_x`` and ``df.global.gps.precise_mouse_y`` if - you are clickin on the map. + you are clicking on the map. * ``mkdims_xy(x1,y1,x2,y2)``