Skip to content

fix: duplicated "the" in clidoc/md_docs and oidc/provider_config comments#4567

Open
oab24413gmai wants to merge 1 commit into
ory:masterfrom
oab24413gmai:fix/duplicated-the-in-clidoc-and-oidc-config-comments
Open

fix: duplicated "the" in clidoc/md_docs and oidc/provider_config comments#4567
oab24413gmai wants to merge 1 commit into
ory:masterfrom
oab24413gmai:fix/duplicated-the-in-clidoc-and-oidc-config-comments

Conversation

@oab24413gmai
Copy link
Copy Markdown

@oab24413gmai oab24413gmai commented May 14, 2026

Two one-line typo fixes for duplicated "the" in doc-comments:

  • oryx/clidoc/md_docs.go — "// GenMarkdownTreeCustom is the the same as GenMarkdownTree, but" → "// GenMarkdownTreeCustom is the same as GenMarkdownTree, but"
  • selfservice/strategy/oidc/provider_config.go — "// If the value is oid then the the oid (Object ID) is taken to identify users across different services." → "...then the oid (Object ID) is taken..."

No code/behavior change.

Summary by CodeRabbit

  • Documentation
    • Corrected duplicated words in documentation comments.

Review Change Stack

…ents

Signed-off-by: Mira Sato <275437409+oab24413gmai@users.noreply.github.com>
@oab24413gmai oab24413gmai requested review from a team and aeneasr as code owners May 14, 2026 05:41
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7b8d46aa-e05b-479a-9291-aa914693c198

📥 Commits

Reviewing files that changed from the base of the PR and between 494aad1 and e7511d7.

📒 Files selected for processing (2)
  • oryx/clidoc/md_docs.go
  • selfservice/strategy/oidc/provider_config.go

📝 Walkthrough

Walkthrough

This PR corrects two duplicated-word typos in documentation comments: "the the" is fixed to "the" in the GenMarkdownTreeCustom function documentation within oryx/clidoc/md_docs.go, and "the the oid" is corrected to "the oid" in the SubjectSource field documentation within selfservice/strategy/oidc/provider_config.go. No functional code, behavior, or exported APIs are changed.

Changes

Documentation Typo Fixes

Layer / File(s) Summary
Documentation comment typos
oryx/clidoc/md_docs.go, selfservice/strategy/oidc/provider_config.go
Removed duplicated "the" in GenMarkdownTreeCustom function documentation and corrected "the the oid" to "the oid" in SubjectSource field documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides specific details about the typo fixes with exact before/after changes, but lacks the template structure including 'Related issue(s)' and checklist sections. Add the 'Related issue(s)' section and complete the checklist to align with the repository's description template for documentation improvements.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: fixing duplicated 'the' in documentation comments across two files.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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 and usage tips.

@olagruchala olagruchala self-requested a review May 14, 2026 09:02
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.

3 participants