Skip to content

Commit

Permalink
docs: update README (mostly to test CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibrock committed Jun 3, 2024
1 parent 0be273b commit 9aa8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pass any of the following options to `require("spellwarn").setup()`:
},
ft_default = true, -- whether to enable or disable for all filetypes by default
max_file_size = nil, -- maximum file size to check in lines (nil for no limit)
severity = { -- severity for each spelling error type (false to disable diagnostics for that type)
severity = { -- severity for each spelling error type (false to disable)
spellbad = "WARN",
spellcap = "HINT",
spelllocal = "HINT",
Expand Down

0 comments on commit 9aa8e02

Please sign in to comment.