Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21a11af

Browse files
committedMar 11, 2025·
fix sentence
1 parent 922c66b commit 21a11af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/guides/custom-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Contained within the `<pr_details>` tag.
9898
#### Summarized PR Details
9999

100100
- `<pr_description>`: string - Contains the body of your pull request (aka the PR description at the top of the PR page).
101-
- `<file_changes_summary>`: string - Contains a file by file summary of the changes made in the PR in markdown format. This summary is generated by CodeRabbit AI durring the PR review process. This includes several sections:
101+
- `<file_changes_summary>`: string - Contains a file by file summary of the changes made in the PR in markdown format. This summary is generated by CodeRabbit AI durring the PR review process. This includes several sections for each file that was changed:
102102
- `filename`: string - The name of the file that was changed.
103103
- `AI-generated summary of changes`: markdown - An overall summary of the changes made in the file.
104104
- `Alterations to the declarations of exported or public entities`: markdown - A more specific breakdown of the changes made to the file such as exactly what was added, removed, or modified.

0 commit comments

Comments
 (0)
Please sign in to comment.