diff options
| author | Desmond Chin <chin.sy.des@gmail.com> | 2021-11-13 20:50:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 13:50:53 +0100 |
| commit | 68308735c1c7f7f837f3c1f2fa917cb73537a135 (patch) | |
| tree | 40822362fa4a93dffbddc2897af7098f638e56f9 | |
| parent | a9f8aaa61890a9698815e92055ccd3393c2e2b3f (diff) | |
doc: fix typo in telescope.txt (#1431)
| -rw-r--r-- | doc/telescope.txt | 4 | ||||
| -rw-r--r-- | 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 ]] |
