diff --git a/lua/telescope/actions/init.lua b/lua/telescope/actions/init.lua index 4ae54e3..c69b368 100644 --- a/lua/telescope/actions/init.lua +++ b/lua/telescope/actions/init.lua @@ -488,7 +488,7 @@ actions.git_checkout = function(prompt_bufnr) selection.value, table.concat(stderr, " ") ), - level = "ERORR", + level = "ERROR", }) end end