Skip to content

Commit

Permalink
Fix grammar in eventtap docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyed committed Feb 7, 2024
1 parent 56b5835 commit e53610d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/eventtap/eventtap.lua
Original file line number Diff line number Diff line change
@@ -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/).
---
Expand Down

0 comments on commit e53610d

Please sign in to comment.