fix: duplicated "the" in clidoc/md_docs and oidc/provider_config comments#4567
Conversation
…ents Signed-off-by: Mira Sato <275437409+oab24413gmai@users.noreply.github.com>
|
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR corrects two duplicated-word typos in documentation comments: "the the" is fixed to "the" in the ChangesDocumentation Typo Fixes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Comment |
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 isoidthen 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