docs(picker): fix typo in picker docs (#1887)

## Description

Fix typo in snacks-picker docs. I've noticed the docs are
auto-generated, so I split my changes into 2 commits so I can drop the
change to the markdown file if preferred. Just let me know!

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
Trevor Hauter 2025-10-20 09:07:23 -04:00 committed by GitHub
parent 351bab1866
commit 1db5166b43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ Snacks now comes with a modern fuzzy-finder to navigate the Neovim universe.
- over 40 built-in sources <https://github.com/folke/snacks.nvim/blob/main/docs/picker.md#-sources>
- Fast and powerful fuzzy matching engine that supports the fzf <https://junegunn.github.io/fzf/search-syntax/> search syntax
- additionally supports field searches like `file:lua$ 'function`
- `files` and `grep` additionally support adding optiont like `foo -- -e=lua`
- `files` and `grep` additionally support adding options like `foo -- -e=lua`
- uses **treesitter** highlighting where it makes sense
- Sane default settings so you can start using it right away
- Finders and matchers run asynchronously for maximum performance