Skip to content

docs(docs): fix typo 'subtacts' to 'subtracts' - #8134

Open
loki0b wants to merge 1 commit into
prisma:mainfrom
loki0b:docs/fix-subtacts-typo
Open

docs(docs): fix typo 'subtacts' to 'subtracts'#8134
loki0b wants to merge 1 commit into
prisma:mainfrom
loki0b:docs/fix-subtacts-typo

Conversation

@loki0b

@loki0b loki0b commented Aug 6, 2026

Copy link
Copy Markdown

What changed:
Fixed a typo in the atomic operations documentation, changing 'subtacts' to 'subtracts'.

Fixes #8133

Summary by CodeRabbit

  • Documentation
    • Corrected the description of the decrement operation in the Prisma Client reference documentation.
    • Updated the wording in both current and v6 documentation.

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

@loki0b is attempting to deploy a commit to the Prisma Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1871afe7-fed9-4b73-b0c0-7c7489e31f7c

📥 Commits

Reviewing files that changed from the base of the PR and between 03efddd and d93df53.

📒 Files selected for processing (2)
  • apps/docs/content/docs/orm/reference/prisma-client-reference.mdx
  • apps/docs/content/docs/orm/v6/reference/prisma-client-reference.mdx

Walkthrough

The PR corrects the decrement operator description in the current and v6 Prisma Client reference documentation.

Changes

Atomic operation documentation

Layer / File(s) Summary
Correct decrement descriptions
apps/docs/content/docs/orm/reference/prisma-client-reference.mdx, apps/docs/content/docs/orm/v6/reference/prisma-client-reference.mdx
Corrects “Subtacts n” to “Subtracts n” in both Prisma Client references.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the documented typo correction.
Linked Issues check ✅ Passed The changes correct “subtacts” to “subtracts” in both documentation files, satisfying issue #8133.
Out of Scope Changes check ✅ Passed The pull request contains only the requested typo corrections in the atomic operations documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 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.

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.

docs: fix typo 'subtacts' in atomic operations documentation

1 participant