Skip to content

Commit 7e4b4be

Browse files
authored
fix: spelling and grammar errors in prompt (#98)
1 parent 351969b commit 7e4b4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Chat {
2121

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

2626
return `${prompt}, ${answerLanguage}:
2727
${patch}

0 commit comments

Comments
 (0)