aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarc Redemske <mgred@users.noreply.github.com>2022-09-09 13:43:58 +0200
committerGitHub <noreply@github.com>2022-09-09 13:43:58 +0200
commit1342acfa1deda352548a388b5e1c92704bd5e83c (patch)
tree755bae6f0314cebde2e2c3d0f7ab86749087d504 /README.md
parentchore: update generated code (#396) (diff)
downloadmason-1342acfa1deda352548a388b5e1c92704bd5e83c.tar
mason-1342acfa1deda352548a388b5e1c92704bd5e83c.tar.gz
mason-1342acfa1deda352548a388b5e1c92704bd5e83c.tar.bz2
mason-1342acfa1deda352548a388b5e1c92704bd5e83c.tar.lz
mason-1342acfa1deda352548a388b5e1c92704bd5e83c.tar.xz
mason-1342acfa1deda352548a388b5e1c92704bd5e83c.tar.zst
mason-1342acfa1deda352548a388b5e1c92704bd5e83c.zip
docs: fix typo (#397)
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 0bd511c4..ae16ce64 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
> `:h mason-introduction`
-`mason.nvim` is a Neovim plugin that allow you to easily manage external editor tooling such as LSP servers, DAP servers,
+`mason.nvim` is a Neovim plugin that allows you to easily manage external editor tooling such as LSP servers, DAP servers,
linters, and formatters through a single interface. It runs everywhere Neovim runs (across Linux, macOS, Windows, etc.),
with only a small set of [external requirements](#requirements) needed.