From 68308735c1c7f7f837f3c1f2fa917cb73537a135 Mon Sep 17 00:00:00 2001 From: Desmond Chin Date: Sat, 13 Nov 2021 20:50:53 +0800 Subject: [PATCH] doc: fix typo in telescope.txt (#1431) --- doc/telescope.txt | 4 ++-- lua/telescope/themes.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ]]