summaryrefslogtreecommitdiff
path: root/lua/telescope/config/resolve.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/config/resolve.lua')
-rw-r--r--lua/telescope/config/resolve.lua2
1 files changed, 1 insertions, 1 deletions
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.