docs: fix Link prefetch grammar and Client Components wording - #96998
docs: fix Link prefetch grammar and Client Components wording#96998Rezakarimzadeh98 wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR makes small, docs-only wording fixes in the App Router documentation to improve clarity and correct grammar/capitalization in user-facing guides.
Changes:
- Fix grammatical error in the
<Link />prefetching description (“navigation's” → “navigation”). - Correct capitalization/wording in the CRA migration guide (“clients components” → “Client Components”).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/01-app/03-api-reference/02-components/link.mdx | Corrects grammar in the Link prefetching explanation to improve readability. |
| docs/01-app/02-guides/migrating/from-create-react-app.mdx | Fixes “Client Components” wording/capitalization for consistency with Next.js terminology. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Friendly follow-up: this is a small docs-only wording/capitalization fix. Happy to adjust wording if maintainers prefer a different phrasing. |
Stats skippedCommit: 9f78392 |
Tests PassedCommit: 9f78392 |
|
Closing in favor of #97132, which carries the same changes in a signed commit while preserving @Rezakarimzadeh98’s original authorship and attribution. Thank you for the contribution! |
## Summary - Fix wording in Link prefetch docs: `navigation's` -> `navigation` - Fix wording in CRA migration guide: `clients components` -> `Client Components` ## Why These are user-facing documentation wording issues. This change improves clarity and readability for readers following these guides. ## Scope Docs-only changes. No runtime behavior changes. Attribution: This change was originally authored by @Rezakarimzadeh98 in #96998. Co-authored-by: Reza Karimzadeh <r.karimzadeh1998@gmail.com>
Summary
navigation's->navigationclients components->Client ComponentsWhy
These are user-facing documentation wording issues. This change improves clarity and readability for readers following these guides.
Scope
Docs-only changes. No runtime behavior changes.