docs: fix typo in defaults.history section (#1797)

This commit is contained in:
Suvansh Kumar
2022-03-20 05:34:44 -05:00
committed by GitHub
parent 70b3e38730
commit 8c7ac1df9d
2 changed files with 2 additions and 2 deletions

View File

@@ -326,7 +326,7 @@ telescope.setup({opts}) *telescope.setup()*
default: stdpath("data")/telescope_history
- limit: The amount of entries that will be written in the
history.
Warning: If limit is set to nil it will grown unbound.
Warning: If limit is set to nil it will grow unbound.
default: 100
- handler: A lua function that implements the history.
This is meant as a developer setting for extensions to