diff options
| author | vladislav doster <10052309+vladdoster@users.noreply.github.com> | 2023-01-22 03:07:45 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 10:07:45 +0100 |
| commit | dce1156ca103b8222e4abbfc63f9c6887abf5ec6 (patch) | |
| tree | ecbffcdf8c0e49169693d991ab2034c0d173e3ac /lua/telescope/actions/history.lua | |
| parent | 053f2303c4fac5c45a56b9de0a7481b7db94d6ba (diff) | |
docs: telescope.nvim spelling and grammar fixes (#2325)
Corrects the following issues:
- article agreement
- spelling
Diffstat (limited to 'lua/telescope/actions/history.lua')
| -rw-r--r-- | lua/telescope/actions/history.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/actions/history.lua b/lua/telescope/actions/history.lua index 264a3e6..cfb1b72 100644 --- a/lua/telescope/actions/history.lua +++ b/lua/telescope/actions/history.lua @@ -11,7 +11,7 @@ local uv = vim.loop --- A base implementation of a prompt history that provides a simple history --- and can be replaced with a custom implementation. --- ---- For example: We provide a extension for a smart history that uses sql.nvim +--- For example: We provide an extension for a smart history that uses sql.nvim --- to map histories to metadata, like the calling picker or cwd. --- --- So you have a history for: |
