docs: fix Link prefetch grammar and Client Components wording - #96998
Open
Rezakarimzadeh98 wants to merge 1 commit into
Open
docs: fix Link prefetch grammar and Client Components wording#96998Rezakarimzadeh98 wants to merge 1 commit into
Rezakarimzadeh98 wants to merge 1 commit into
Conversation
Contributor
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.
Author
|
Friendly follow-up: this is a small docs-only wording/capitalization fix. Happy to adjust wording if maintainers prefer a different phrasing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.