Skip to content

Commit

Permalink
docs: fix typo in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibrock committed Jun 3, 2024
1 parent 00682d0 commit 05058e9
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 @@ -15,7 +15,7 @@ A simpler solution, therefore, is to use Neovim's existing spellchecking and dia
I recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim):
```lua
{
"ravibrock/spellwarn.nvim"
"ravibrock/spellwarn.nvim",
event = "VeryLazy",
config = true,
}
Expand Down

0 comments on commit 05058e9

Please sign in to comment.