From 02e2408f49fe90c24544c5cf0da1310116d6bcea Mon Sep 17 00:00:00 2001 From: wasin pipattungsakul Date: Sat, 10 Jun 2023 15:14:16 +0930 Subject: [PATCH] docs: fix typo --- doc/lazy.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index dba7c2e..928f4f4 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -224,7 +224,7 @@ types** and **key mappings**. Plugins will be lazy-loaded when one of the following is `true` -- Theplugin only exists as a dependency in your spec +- The plugin only exists as a dependency in your spec - It has an `event`, `cmd`, `ft` or `keys` key - `config.defaults.lazy == true`