diff options
| author | Richard Macklin <1863540+rmacklin@users.noreply.github.com> | 2024-07-28 02:15:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 11:15:13 +0200 |
| commit | ed871c970a35b1c0918239afed0fe3c7cfed89e5 (patch) | |
| tree | c896dd1dcdb895b03317840472d34a55b93779fc | |
| parent | feat: add rescript parser and queries (#6671) (diff) | |
| download | nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.tar nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.tar.gz nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.tar.bz2 nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.tar.lz nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.tar.xz nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.tar.zst nvim-treesitter-ed871c970a35b1c0918239afed0fe3c7cfed89e5.zip | |
docs(install): fix typo
| -rw-r--r-- | lua/nvim-treesitter/shell_command_selectors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/shell_command_selectors.lua b/lua/nvim-treesitter/shell_command_selectors.lua index f95c84ae8..a386226e3 100644 --- a/lua/nvim-treesitter/shell_command_selectors.lua +++ b/lua/nvim-treesitter/shell_command_selectors.lua @@ -292,7 +292,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision, -- Running `git clone` or `git checkout` while running under Git (such as -- editing a `git commit` message) will likely fail to install parsers -- (such as 'gitcommit') and can also corrupt the index file of the current - -- Git repository. Check for typical git environemnt variables and abort if found. + -- Git repository. Check for typical git environment variables and abort if found. for _, k in pairs { "GIT_ALTERNATE_OBJECT_DIRECTORIES", "GIT_CEILING_DIRECTORIES", |
