diff --git a/lua/telescope/config/resolve.lua b/lua/telescope/config/resolve.lua index 8817c59..7c7ee6d 100644 --- a/lua/telescope/config/resolve.lua +++ b/lua/telescope/config/resolve.lua @@ -145,7 +145,7 @@ resolver.resolve_width = function(val) end end - error('invalid configuration option for height:' .. tostring(val)) + error('invalid configuration option for width:' .. tostring(val)) end --- Win option always returns a table with preview, results, and prompt.