docs(repo): Add trailing comma after e.g. and i.e. in JSDoc#9201
Conversation
Standardize JSDoc punctuation across the Typedoc-source packages (@clerk/backend, @clerk/nextjs, @clerk/react, @clerk/shared) so that e.g. and i.e. are always followed by a comma, matching the clerk-docs style guide and keeping the generated clerk-typedoc output consistent. Comment-only change; no runtime behavior is affected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: edf7550 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughWalkthroughStandardizes JSDoc examples, abbreviations, punctuation, and related wording across backend and shared packages. The changeset marks Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Pushed some changes directly in 0333c31.
|
Description
Standardize JSDoc punctuation across the Typedoc-source packages (
@clerk/backend and @clerk/shared) so that e.g. and i.e. are always followed by a comma, matching the clerk-docs style guide and keeping the generatedclerk-typedocoutput consistent. Comment-only change; no runtime behavior is affected.Fixes this Linear ticket. Sibling to this.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change