docs: fix spellcheck failures from the MongoDB migration guide - #8112
Conversation
Add cutover to the cspell project dictionary and switch façade to facade in the guide. Follow-up to #8111, which landed with these two words failing the Spellcheck workflow on main. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe MongoDB upgrade guide clarifies Prisma Next initialization, MongoDB selection, database matching, and ChangesMongoDB upgrade documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🍈 Lychee Link Check Report13 links: ✅ All links are working!Full Statistics Table
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/docs/content/docs/guides/next/upgrade-prisma-orm/mongodb.mdx`:
- Line 45: Update the adjacent client configuration example to explicitly
instruct readers to replace the hard-coded dbName value with the database name
used by their v6 application, or remove dbName when the connection URL already
specifies it. Keep the migration and runtime connection pointed at the same
database.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 6dcad533-e8f2-4bbf-a168-6b7f1e31daf7
📒 Files selected for processing (2)
apps/docs/content/docs/guides/next/upgrade-prisma-orm/mongodb.mdxapps/docs/cspell.json
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The Spellcheck workflow failed on main after #8111 merged:
cutover(three occurrences, including two headings) andfaçadewere unknown words.cutoverto the cspell project dictionary inapps/docs/cspell.json. It is the standard term for this guide's production-switch step and the lowercase entry also covers the capitalized heading use.façadewithfacadein the guide, which the default dictionary accepts.pnpm run lint:spellchecknow passes locally across all 778 docs files.🤖 Generated with Claude Code
Summary by CodeRabbit
npx prisma-next init, including that it createsprisma-next.config.tsat the repo root.@prisma-next/mongoand to match the same database used in the Prisma v6 connection.dbNamewhen it’s already included inDATABASE_URL).