Skip to content

Commit

Permalink
fix: spelling and grammar errors in prompt (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 authored May 27, 2023
1 parent 351969b commit 7e4b4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Chat {

const prompt =
process.env.PROMPT ||
'Bellow is the code patch, please help me do a brief code review, if any bug risk and improvement suggestion are welcome';
'Below is a code patch, please help me do a brief code review on it. Any bug risks and/or improvement suggestions are welcome:';

return `${prompt}, ${answerLanguage}:
${patch}
Expand Down

0 comments on commit 7e4b4be

Please sign in to comment.