diff --git a/docs/guides/custom-reports.md b/docs/guides/custom-reports.md
index 7ed5a08e..dbc04280 100644
--- a/docs/guides/custom-reports.md
+++ b/docs/guides/custom-reports.md
@@ -145,7 +145,7 @@ Generate a summary of each pull request in the following bullet point format:
 - **Mergeable:** Mergeable
 - **PR Stage:** Waiting for Code Reviews
 - **Summary:** Summary of the PR.
- **Comments:** Summary of PR comments or No comments.
+- **Comments:** Summary of the PR comments or No comments.
 
 - **PR Link:** [#302](https://github.com/mygithuborg/thatrepo/pull/302)
 - **Title:** PR Title
@@ -164,8 +164,8 @@ Generate a summary of each pull request in the following bullet point format:
 - **PR Link:** [#14](https://github.com/mygithuborg/frontend/pull/14)
 - **Title:** PR Title
 - **PR State:** 💬 Open
-- **PR Stage:** Needs Author Action
 - **Mergeable:** Mergeable
+- **PR Stage:** Needs Author Action
 - **Summary:** Summary of the PR.
 - **Comments:** Summary of the PR comments or No comments.
 
@@ -185,9 +185,9 @@ Generate a summary of each pull request in the following bullet point format:
 - **Title:** PR Title
 - **PR State:** 📝 Draft
 - **Mergeable:** Not Mergeable
- **PR Stage:** Needs Author Action
-
- **Comments:** Summary of PR comments or No comments.
+- **PR Stage:** Needs Author Action
+- **Summary:** Summary of the PR.
+- **Comments:** Summary of the PR comments or No comments.
 </example>
 ```