Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 23, 2023
1 parent 3b21b23 commit 0323420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dein.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 0323420

Please sign in to comment.