From 0323420b84591fa6eb0bb6be8b08e4b9362eec50 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 23 Oct 2023 12:05:18 +0900 Subject: [PATCH] Fix typo --- doc/dein.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dein.txt b/doc/dein.txt index 20ac9090..277a36c5 100644 --- a/doc/dein.txt +++ b/doc/dein.txt @@ -1209,7 +1209,7 @@ lua_done_update (String) It is converted to |dein-options-lua_done_update| key. *dein-options-lua_post_source* -lua_post_sources (String) +lua_post_source (String) Lua language string hook instead of Vim script. It is converted to |dein-options-lua_post_source| key. @@ -1219,7 +1219,7 @@ lua_post_update (String) It is converted to |dein-options-lua_post_update| key. *dein-options-lua_source* -lua_sources (String) +lua_source (String) Lua language string hook instead of Vim script. It is converted to |dein-options-lua_source| key.