summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSuvansh Kumar <suvansh.kumar07@gmail.com>2022-03-20 05:34:44 -0500
committerGitHub <noreply@github.com>2022-03-20 11:34:44 +0100
commit8c7ac1df9dff09630461e99f169047b37b903619 (patch)
tree8989d9f7d5363d3a97f57f09ed9043bdacc7b076 /doc
parent70b3e38730d31b86a45e5bb7d1ef2b09419203d9 (diff)
docs: fix typo in defaults.history section (#1797)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 1cd67ac..c3417e1 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -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