Skip to content

Fix: remove duplicate paragraph in Limitation of Liability section#2864

Open
RKhush wants to merge 1 commit intoappwrite:mainfrom
RKhush:fix-duplicate-paragraph
Open

Fix: remove duplicate paragraph in Limitation of Liability section#2864
RKhush wants to merge 1 commit intoappwrite:mainfrom
RKhush:fix-duplicate-paragraph

Conversation

@RKhush
Copy link
Copy Markdown

@RKhush RKhush commented Apr 7, 2026

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

  • Located the "Limitation of Liability" section in the Terms page
  • Removed the duplicate paragraph
  • Verified that the section now contains only one correct version
  • Checked formatting to ensure no layout issues

Related PRs and Issues

Closes #2773

Have you read the Contributing Guidelines on issues?

Yes

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 7, 2026

Greptile Summary

This PR removes a duplicate sentence fragment from the "Limitation of Liability" section of the Terms page (src/routes/terms/+page.markdoc). The removed text was a redundant partial sentence that repeated language already present at the end of the preceding full paragraph, so the fix is correct and improves legal clarity.

  • Duplicate sentence fragment successfully removed from the Limitation of Liability section
  • A double blank line remains at lines 88–89 (where the removed paragraph used to be) — minor style cleanup opportunity

Confidence Score: 5/5

Safe 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

Filename Overview
src/routes/terms/+page.markdoc Duplicate sentence fragment correctly removed from Limitation of Liability section; minor double blank line remains.

Reviews (1): Last reviewed commit: "Fix: removed duplicate paragraph in Limi..." | Re-trigger Greptile

Comment on lines 88 to 89

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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.

Suggested change
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate Paragraph in “Limitation of Liability” Section on Terms Page

2 participants