Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Jan 20, 2024
1 parent 14f5402 commit b6c637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local deprecated = {
chat_system_prompt = "`chat_system_prompt`\n" .. switch_to_agent,
command_prompt_prefix = "`command_prompt_prefix`\nPlease use `command_prompt_prefix_template`"
.. " with support for \n`{{agent}}` variable so you know which agent is currently active",
whisper_max_time = "`whisper_max_time`\nPlease use fully cusomizable `whisper_rec_cmd`",
whisper_max_time = "`whisper_max_time`\nPlease use fully customizable `whisper_rec_cmd`",
}

--------------------------------------------------------------------------------
Expand Down

0 comments on commit b6c637b

Please sign in to comment.