aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdelar da Silva Queiróz <adelarsq@gmail.com>2023-05-06 14:10:04 -0300
committerGitHub <noreply@github.com>2023-05-06 14:10:04 -0300
commitb670c85f67d8c559121d765be2460b4142a61a2c (patch)
tree0dcc899bf70e1136e6dad7f2672eb3643159a381 /README.md
parent3d838de15c786a7cce5592b8d0e67764706dd90a (diff)
Little spelling fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2605fcd..032bd42 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ Configuration of the LSP:
### Neovim
Neovim has a builtin support for LSP.
-There is a plugin that turn easier the setup, called [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). You can
+There is a plugin that turns easier the setup, called [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). You can
install it with you prefered package manager.
A simple configuration to use with Odin would be like this: