Skip to content

Commit

Permalink
fix(lsp_code_actions): typo in preview message
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs authored and ibhagwan committed Dec 10, 2023
1 parent 0fde123 commit 46b5be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fzf-lua/previewer/codeaction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ local function diff_tuple(tuple, diff_opts)
local command = type(action.command) == "table" and action.command or action
return {
string.format(
"Code action preview is only available for document/worksapce edits (%s).",
"Code action preview is only available for document/workspace edits (%s).",
command and type(command.command) == "string"
and string.format("command:%s", command.command)
or string.format("kind:%s", action.kind))
Expand Down

0 comments on commit 46b5be6

Please sign in to comment.