From 8c7ac1df9dff09630461e99f169047b37b903619 Mon Sep 17 00:00:00 2001 From: Suvansh Kumar Date: Sun, 20 Mar 2022 05:34:44 -0500 Subject: docs: fix typo in defaults.history section (#1797) --- lua/telescope/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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 -- cgit v1.2.3