From e53610d191fec85e4f5538505cd3fa22abcd5535 Mon Sep 17 00:00:00 2001 From: Edward Brey Date: Wed, 7 Feb 2024 11:12:40 -0600 Subject: [PATCH] Fix grammar in eventtap docs. --- extensions/eventtap/eventtap.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/eventtap/eventtap.lua b/extensions/eventtap/eventtap.lua index e332671a8..f04507b84 100644 --- a/extensions/eventtap/eventtap.lua +++ b/extensions/eventtap/eventtap.lua @@ -1,13 +1,13 @@ --- === hs.eventtap === --- ---- Tap into input events (mouse, keyboard, trackpad) for observation and possibly overriding them ---- It also provides convenience wrappers for sending mouse and keyboard events. If you need to construct finely controlled mouse/keyboard events, see hs.eventtap.event +--- Tap into input events (mouse, keyboard, trackpad) for observation and possibly overriding them. +--- It also provides convenience wrappers for sending mouse and keyboard events. If you need to construct finely controlled mouse/keyboard events, see `hs.eventtap.event`. --- --- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/). --- === hs.eventtap.event === --- ---- Create, modify and inspect events for `hs.eventtap` +--- Create, modify and inspect events for `hs.eventtap`. --- --- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/). ---