docs: fix typo in builtin.pickers section (#1792)

This commit is contained in:
Dylan Byars
2022-03-20 06:31:41 -04:00
committed by GitHub
parent f8a67765f5
commit 70b3e38730
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ builtin.builtin = require_on_exported_call("telescope.builtin.internal").builtin
---@field cache_index number: what picker to resume, where 1 denotes most recent (default: 1)
builtin.resume = require_on_exported_call("telescope.builtin.internal").resume
--- Opens a picker over previously cached pickers in there preserved states (incl. multi selections)
--- Opens a picker over previously cached pickers in their preserved states (incl. multi selections)
--- - Default keymaps:
--- - `<C-x>`: delete the selected cached picker
--- - Notes: