From cf88487eede1cc4e94dbb5694d8fe0519b7f2ad3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 21 Mar 2025 21:14:57 +0100 Subject: [PATCH] grammo: fix some grammar in `CONTRIBUTING.md` "Advice" is an uncountable noun and lacks a plural. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23321f0f7..da28670a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ For now these are the types of queries used by `nvim-treesitter`: - `injections.scm`: used to define injections. For these types there is a _norm_ you will have to follow so that features work fine. -Here are some global advices: +Here is some global advice: - If your language is listed [here](https://github.com/nvim-treesitter/nvim-treesitter#supported-languages), you can install the [playground plugin](https://github.com/nvim-treesitter/playground).