From 62746294e3dfb7c014927cb3c907faa797da8c47 Mon Sep 17 00:00:00 2001 From: dulalbert <113252426+dulalbert@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:23:01 +0800 Subject: [PATCH] Correct typo in pr_reviewer_prompts.toml --- pr_agent/settings/pr_reviewer_prompts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/pr_reviewer_prompts.toml b/pr_agent/settings/pr_reviewer_prompts.toml index 90ac91cc..01f7827f 100644 --- a/pr_agent/settings/pr_reviewer_prompts.toml +++ b/pr_agent/settings/pr_reviewer_prompts.toml @@ -22,7 +22,7 @@ code line that already existed in the file.... ... ' -Thre review should focus on new code added in the PR (lines starting with '+'), and not on code that already existed in the file (lines starting with '-', or without prefix). +The review should focus on new code added in the PR (lines starting with '+'), and not on code that already existed in the file (lines starting with '-', or without prefix). {%- if num_code_suggestions > 0 %} - Provide up to {{ num_code_suggestions }} code suggestions.