Fix: remove duplicate paragraph in Limitation of Liability section#2864
Fix: remove duplicate paragraph in Limitation of Liability section#2864RKhush wants to merge 1 commit intoappwrite:mainfrom
Conversation
Greptile SummaryThis PR removes a duplicate sentence fragment from the "Limitation of Liability" section of the Terms page (
Confidence Score: 5/5Safe to merge — straightforward documentation fix with no functional impact. The change correctly removes a redundant paragraph fragment. The only remaining note is a trivial double blank line (P2 style), which does not affect content or rendering in any meaningful way. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Fix: removed duplicate paragraph in Limi..." | Re-trigger Greptile |
|
|
||
| Whether based on warranty, contract, tort (including negligence), or any other legal theory, whether or not we have been informed of the possibility of such damage, and even if a remedy set forth herein is found to have failed of its essential purpose. | ||
|
|
There was a problem hiding this comment.
Double blank line after paragraph removal
After removing the duplicate paragraph, two consecutive blank lines remain before the # Disclaimer heading. One blank line is sufficient for Markdoc/Markdown formatting.
| Whether based on warranty, contract, tort (including negligence), or any other legal theory, whether or not we have been informed of the possibility of such damage, and even if a remedy set forth herein is found to have failed of its essential purpose. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
What does this PR do?
This PR removes a duplicate paragraph from the "Limitation of Liability" section on the Terms page. This improves readability and avoids confusion caused by repeated content.
Test Plan
Related PRs and Issues
Closes #2773
Have you read the Contributing Guidelines on issues?
Yes