Skip to content

Conversation

@Kamaiko
Copy link
Contributor

@Kamaiko Kamaiko commented Jan 3, 2026

🎯 Changes

This PR fixes 83 documentation errors across 37 files, improving readability and professionalism of the TanStack Form documentation.

Categories of Corrections

Punctuation (13 corrections)

  • Fixed abbreviations: "etc..." → "etc.", "vs" → "vs."
  • Fixed ellipsis: "Loading.." → "Loading..."
  • Added missing periods at end of sentences
  • Fixed JSX comment spacing

Grammar (31 corrections)

  • Subject-verb agreement: "matches" → "match" (6 occurrences)
  • Possessives: "it's" → "its" where appropriate
  • Removed redundancy: "based depending" → "depending" (6 occurrences)
  • Fixed pronouns: "yourselves" → "yourself", "your" → "you're"
  • Added missing articles

Typos (11 corrections)

  • "meta data" → "metadata" (5 occurrences)
  • "as string" → "as a string" (6 occurrences)
  • "suit" → "suite" (2 occurrences)

Capitalization (12 corrections)

  • "Tanstack" → "TanStack" (9 occurrences)
  • "DDOS" → "DDoS" (6 occurrences)

Code & Formatting (4 corrections)

  • Fixed missing commas in import statements
  • Fixed malformed HTML tags
  • Improved code consistency

Files Modified

  • Root documentation: 4 files
  • Framework guides: 33 files (Angular, Lit, React, Solid, Svelte, Vue)

Impact

These are documentation-only changes with no impact on functionality. The corrections improve consistency across framework adapters, as many errors were copy-pasted across multiple framework documentations.

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

Applied 83 corrections across 37 documentation files:
- Punctuation: Fixed abbreviations (etc., vs.), ellipsis, and missing periods
- Grammar: Corrected subject-verb agreement, possessives, and article usage
- Typos: Fixed "meta data" → "metadata", "as string" → "as a string", etc.
- Capitalization: Standardized "TanStack" and "DDoS" spelling
- Code: Fixed missing commas and formatting issues
- Consistency: Improved code style uniformity

Most common corrections:
- "etc..." → "etc." (7 occurrences)
- "Tanstack" → "TanStack" (9 occurrences)
- "based depending" → "depending" (6 occurrences)
- "matches" → "match" for subject-verb agreement (6 occurrences)
@changeset-bot
Copy link

changeset-bot bot commented Jan 3, 2026

⚠️ No Changeset found

Latest commit: 5a9b12d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Kamaiko
Copy link
Contributor Author

Kamaiko commented Jan 3, 2026

Superseded by #1970

@Kamaiko Kamaiko closed this Jan 3, 2026
@Kamaiko Kamaiko deleted the feat-docs-fixes branch January 3, 2026 05:18
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