From 8c7ac1df9dff09630461e99f169047b37b903619 Mon Sep 17 00:00:00 2001 From: Suvansh Kumar Date: Sun, 20 Mar 2022 05:34:44 -0500 Subject: [PATCH] docs: fix typo in defaults.history section (#1797) --- doc/telescope.txt | 2 +- lua/telescope/config.lua | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 5e1422d..bf8c211 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -446,7 +446,7 @@ append( 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