fix: correct minor typo in sidebar.lua (#172)

This commit is contained in:
Yusu Pan
2024-08-23 18:17:58 +08:00
committed by GitHub
parent a3c2a9a0d5
commit 7d4be712f0
2 changed files with 4 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ local E = {}
---@private
E._once = false
--- intialize the environment variable for current neovim session.
--- initialize the environment variable for current neovim session.
--- This will only run once and spawn a UI for users to input the envvar.
---@param opts {refresh: boolean, provider: AvanteProviderFunctor}
---@private