Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/EmmyLua.spoon/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- === EmmyLua ===
---
--- Thie plugin generates EmmyLua annotations for Hammerspoon and any installed Spoons
--- This plugin generates EmmyLua annotations for Hammerspoon and any installed Spoons
--- under ~/.hammerspoon/Spoons/EmmyLua.spoon/annotations.
--- Annotations will only be generated if they don't exist yet or are out of date.
---
Expand All @@ -11,7 +11,7 @@
--- * [EmmyLua-LanguageServer](https://github.com/EmmyLua/EmmyLua-LanguageServer)
---
--- To start using this annotations library, add the annotations folder to your workspace.
--- for lua-languag-server:
--- for lua-language-server:
---
--- ```json
--- {
Expand Down
Loading