diff options
| author | Zoltan Klinger <zoltan.klinger@gmail.com> | 2021-11-13 18:52:08 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-13 08:52:08 +0100 |
| commit | 3d45c6c55537c8c95a6b2ea8653f5a491131def7 (patch) | |
| tree | a8858afb5de2d59a95d3f89c99f9d89d0367967a /lua/telescope/previewers | |
| parent | f3ef5920725d719ed23195a457a86015826d3e1d (diff) | |
fix: typo in previewers documentation (#1450)
Diffstat (limited to 'lua/telescope/previewers')
| -rw-r--r-- | lua/telescope/previewers/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/previewers/init.lua b/lua/telescope/previewers/init.lua index 9d27f91..3bcbdaf 100644 --- a/lua/telescope/previewers/init.lua +++ b/lua/telescope/previewers/init.lua @@ -9,7 +9,7 @@ --- --- Furthermore, there are a collection of previewers already defined which --- can be used for every picker, as long as the entries of the picker provide ---- the necessary fields. The more important once are +--- the necessary fields. The more important ones are --- - `previewers.cat` --- - `previewers.vimgrep` --- - `previewers.qflist` |
