diff --git a/doc/telescope.txt b/doc/telescope.txt index 8517b04..bc02489 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1487,8 +1487,8 @@ builtin.lsp_workspace_diagnostics({opts}) *builtin.lsp_workspace_diagnostics()* Themes are ways to combine several elements of styling together. -They are helpful for managing the several differnt UI aspects for telescope and -provide a simple interface for users to get a particular "style" of picker. +They are helpful for managing the several different UI aspects for telescope +and provide a simple interface for users to get a particular "style" of picker. themes.get_dropdown() *themes.get_dropdown()* Dropdown style theme. diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua index 9df0ed6..ef71f89 100644 --- a/lua/telescope/themes.lua +++ b/lua/telescope/themes.lua @@ -8,7 +8,7 @@ ---@brief [[ --- Themes are ways to combine several elements of styling together. --- ---- They are helpful for managing the several differnt UI aspects for telescope and provide +--- They are helpful for managing the several different UI aspects for telescope and provide --- a simple interface for users to get a particular "style" of picker. ---@brief ]]