aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index 6ae700be2..174d1a702 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -17,7 +17,7 @@ Authors:
==============================================================================
INTRODUCTION *nvim-treesitter-intro*
-nvim-treesitter wraps the Neovim treesitter API to provide functionnalities
+nvim-treesitter wraps the Neovim treesitter API to provide functionalities
such as highlighting and incremental selection, and a command to easily
install parsers.
@@ -205,7 +205,7 @@ Perform the |:TSInstall| operation synchronously.
*:TSInstallInfo*
:TSInstallInfo~
-List informations about currently installed parsers
+List information about currently installed parsers
*:TSUpdate*
:TSUpdate {language} ...~