Skip to content

Commit

Permalink
fix: Typo in Explain prompt (CopilotC-Nvim#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaardhus authored Mar 12, 2024
1 parent 2a2abdd commit d9dc182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Also see [here](/lua/CopilotChat/config.lua):
-- default prompts
prompts = {
Explain = {
prompt = '/COPILOT_EXPLAIN Write a explanation for the code above as paragraphs of text.',
prompt = '/COPILOT_EXPLAIN Write an explanation for the code above as paragraphs of text.',
},
Tests = {
prompt = '/COPILOT_TESTS Write a set of detailed unit test functions for the code above.',
Expand Down
2 changes: 1 addition & 1 deletion lua/CopilotChat/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ return {
-- default prompts
prompts = {
Explain = {
prompt = '/COPILOT_EXPLAIN Write a explanation for the code above as paragraphs of text.',
prompt = '/COPILOT_EXPLAIN Write an explanation for the code above as paragraphs of text.',
},
Tests = {
prompt = '/COPILOT_TESTS Write a set of detailed unit test functions for the code above.',
Expand Down

0 comments on commit d9dc182

Please sign in to comment.