Skip to content

Fix the duplicated paragraph in “Limitation of Liability” Section#2774

Open
soufiane-amt wants to merge 1 commit intoappwrite:mainfrom
soufiane-amt:fix/issue-2773-duplicate-limitation-of-liability
Open

Fix the duplicated paragraph in “Limitation of Liability” Section#2774
soufiane-amt wants to merge 1 commit intoappwrite:mainfrom
soufiane-amt:fix/issue-2773-duplicate-limitation-of-liability

Conversation

@soufiane-amt
Copy link

@soufiane-amt soufiane-amt commented Feb 28, 2026

Description:

This PR fixes a duplication issue in the Limitation of Liability section on the Terms page. Previously, the section repeated the final sentence unnecessarily, making the paragraph redundant and harder to read. the issue is referenced here #2773

Changes:

Removed the duplicated sentence:

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.

Ensured the paragraph reads clearly and concisely.

Page affected:

/terms (http://localhost:5173/terms)

Notes:

No functional changes were made; only text content was updated.

This improves readability and maintains legal clarity.

Summary by CodeRabbit

  • Documentation
    • Simplified the Limitation of Liability section in the Terms of Service by removing redundant phrasing for improved clarity.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between df096f7 and e5447df.

📒 Files selected for processing (1)
  • src/routes/terms/+page.markdoc
💤 Files with no reviewable changes (1)
  • src/routes/terms/+page.markdoc

Walkthrough

The pull request removes two lines from the Limitation of Liability section in the terms document (src/routes/terms/+page.markdoc). Specifically, a clause beginning with "Whether based on warranty, contract, tort (including negligence)..." has been deleted. The change is a straightforward text deletion with no modifications to code logic or document structure.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: removing a duplicated paragraph in the Limitation of Liability section, which matches the raw summary and PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant