Skip to content

Commit

Permalink
chore: fixed a typo in the prompt (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaungarwood authored Feb 13, 2024
1 parent a34b639 commit 0492c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/CopilotChat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local M = {}

local default_prompts = {
Explain = 'Explain how it works.',
Tests = 'Briefly how selected code works then generate unit tests.',
Tests = 'Briefly explain how selected code works then generate unit tests.',
}

_COPILOT_CHAT_GLOBAL_CONFIG = {}
Expand Down

0 comments on commit 0492c54

Please sign in to comment.