Fixed incorrect component name in install-asgardeo-sdk guide#6224
Fixed incorrect component name in install-asgardeo-sdk guide#6224ChanukaKaweeshwara wants to merge 1 commit into
Conversation
I have replaced the incorrect <AuthProvider /> reference with the corrrect <AsgardeoProvider/> in the prose description. The code block correctly mentions AsgardeoProvider from the new asgadeo/rect SDK. but the explanation text still referred to AuthProvider.
📝 WalkthroughWalkthroughTwo lines in React SDK Install Guide
Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
en/includes/complete-guides/react/install-asgardeo-sdk.md (1)
55-55: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueHyphenate "single-page application."
The static analysis hint flags "single page application" as needing a hyphen. When used as a compound modifier before a noun ("application"), it should be "single-page application."
📝 Proposed fix
-It takes the configuration object with the following values for the single page application defined in the {{product_name}} console. +It takes the configuration object with the following values for the single-page application defined in the {{product_name}} console.🤖 Prompt for 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. In `@en/includes/complete-guides/react/install-asgardeo-sdk.md` at line 55, Update the prose in the Asgardeo SDK install guide so the phrase in the paragraph using AsgardeoProvider and the configuration object reads “single-page application” instead of “single page application.” Keep the rest of the sentence unchanged and make the same hyphenation wherever this compound modifier appears in the affected copy.Source: Linters/SAST tools
🤖 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.
Nitpick comments:
In `@en/includes/complete-guides/react/install-asgardeo-sdk.md`:
- Line 55: Update the prose in the Asgardeo SDK install guide so the phrase in
the paragraph using AsgardeoProvider and the configuration object reads
“single-page application” instead of “single page application.” Keep the rest of
the sentence unchanged and make the same hyphenation wherever this compound
modifier appears in the affected copy.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: b761d0fc-75cd-43fa-b27b-e062648ed17f
📒 Files selected for processing (1)
en/includes/complete-guides/react/install-asgardeo-sdk.md
I have replaced the incorrect reference with the corrrect in the prose description. The code block correctly mentions AsgardeoProvider from the new asgadeo/rect SDK. but the explanation text still referred to AuthProvider.
Purpose
Related PRs
Test environment
Security checks