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