Skip to content

docs(start): add missing space after comma in 'Handling requests with a body'#7234

Merged
schiller-manuel merged 1 commit intoTanStack:mainfrom
MukundaKatta:codex/fix-post-requests-comma-space
Apr 21, 2026
Merged

docs(start): add missing space after comma in 'Handling requests with a body'#7234
schiller-manuel merged 1 commit intoTanStack:mainfrom
MukundaKatta:codex/fix-post-requests-comma-space

Conversation

@MukundaKatta
Copy link
Copy Markdown
Contributor

@MukundaKatta MukundaKatta commented Apr 20, 2026

Summary

The Handling requests with a body section of the TanStack Start server-routes guide is missing a space after a comma:

Before:

To handle POST requests,you can add a \`POST\` handler to the route object.

After:

To handle POST requests, you can add a \`POST\` handler to the route object.

Fixed in both the React and Solid versions of the same guide, since they share the same prose:

  • `docs/start/framework/react/guide/server-routes.md`
  • `docs/start/framework/solid/guide/server-routes.md`

Refs TanStack/tanstack.com#838

Testing

Docs-only change; one character per file.

Summary by CodeRabbit

Release Notes

  • Documentation
    • Fixed minor formatting issues in server-routes guide documentation for improved readability.

… a body'

'To handle POST requests,you can add' -> 'To handle POST requests, you can add'
(react and solid Start guides).

Refs TanStack/tanstack.com#838
@github-actions github-actions Bot added the documentation Everything documentation related label Apr 20, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f974387e-08f6-426f-bceb-f002d1b358eb

📥 Commits

Reviewing files that changed from the base of the PR and between cbf9ecf and 5b89485.

📒 Files selected for processing (2)
  • docs/start/framework/react/guide/server-routes.md
  • docs/start/framework/solid/guide/server-routes.md

📝 Walkthrough

Walkthrough

Documentation updates across React and Solid framework guides fixing missing spaces in the "Handling requests with a body" sections. Two files each received a single punctuation correction.

Changes

Cohort / File(s) Summary
Documentation Spacing Fixes
docs/start/framework/react/guide/server-routes.md, docs/start/framework/solid/guide/server-routes.md
Fixed missing space after "POST" in documentation text under the "Handling requests with a body" sections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A space, so small, yet oh so right,
Between POST and words, now shining bright,
Two guides now flow with perfect grace,
Each sentence blessed with proper space,
hops joyfully

🚥 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 PR title accurately summarizes the main change: adding a missing space after a comma in documentation. It is concise, clear, and directly reflects the changeset.
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

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.

@schiller-manuel schiller-manuel merged commit 3a59b72 into TanStack:main Apr 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Everything documentation related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants