Skip to content

Fix grammar issue in API Manager documentation#11262

Open
Arshvinth wants to merge 1 commit intowso2:masterfrom
Arshvinth:fix-typo-login-page
Open

Fix grammar issue in API Manager documentation#11262
Arshvinth wants to merge 1 commit intowso2:masterfrom
Arshvinth:fix-typo-login-page

Conversation

@Arshvinth
Copy link
Copy Markdown

Purpose

Fix a small grammar/clarity issue in the Admin Portal documentation: a missing word made one sentence awkward.
Resolves: N/A

Goals

Make a single, minimal documentation correction so the sentence reads naturally and is clearer to readers.

Approach

Edited one sentence in the Admin Portal RBAC doc to add the missing word "to". Change is small, non-functional, and safe for review/merge.

User stories

As a reader, I want the docs to read clearly so I can follow scope-assignment steps without confusion.

Release note

Documentation typo fix in Admin Portal role-based access control guide.

Documentation

Updated: en/docs/administer/role-based-access-control.md — grammar/clarity-only change.

Training

N/A

Certification

N/A (documentation-only change)

Marketing

N/A

Samples

N/A

Related PRs

None

Migrations (if applicable)

N/A

Test environment

N/A (text-only change)

Learning

Minor grammar fix; no technical changes or regression risk.

@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 Apr 28, 2026

📝 Walkthrough

Changes

Fixed a grammar issue in the role-based access control documentation by adding the missing word "to" in Step 3, item 4 of the Admin Portal guide. This improves the clarity of the sentence instructing users how to refer to the scopes table when assigning custom scope mappings.

File modified:

  • en/docs/administer/role-based-access-control.md (+1/-1)

Impact: Minimal documentation correction with no functional impact.

Walkthrough

This pull request updates documentation in the role-based access control administration guide. Specifically, it modifies the instructional text in Step 3 (Assign scopes), item 4, to refine the wording in the sentence that directs users to reference the scopes table when setting up custom scope mappings. The change is limited to text refinement with no alterations to example scope values, procedural steps, or the overall flow of the instructions.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: a grammar fix in documentation for the API Manager/Admin Portal.
Description check ✅ Passed The description is comprehensive and follows the template structure with all major sections addressed, though some sections appropriately note N/A for a documentation-only change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
en/docs/administer/role-based-access-control.md (1)

24-24: Grammar fix is correct.

The addition of "to" in "refer to the following table" improves the grammar. The change is appropriate.

While the line is being updated, consider these optional refinements to the same sentence:

  • Replace "And select the scopes" with "Select the scopes" (starting a sentence with "And" is informal in technical documentation)
  • Change "If the admin" to "if the admin" (lowercase since it's mid-sentence)
  • Add a comma: "admin portal, he can assign" for better readability
📝 Optional refinement for consistency
-4. In the `Select Permissions` menu, select the `Custom scope assignments` option. And select the scopes that you want to assign for the newly created role. You can refer to the following table when assigning the scopes. For example, If the admin wants the newly created user to access the key managers settings in the admin portal he can assign `apim:keymanagers_manage`, `apim:tenantInfo`, and `apim:admin_settings`.
+4. In the `Select Permissions` menu, select the `Custom scope assignments` option. Select the scopes that you want to assign for the newly created role. You can refer to the following table when assigning the scopes. For example, if the admin wants the newly created user to access the key managers settings in the admin portal, he can assign `apim:keymanagers_manage`, `apim:tenantInfo`, and `apim:admin_settings`.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/docs/administer/role-based-access-control.md` at line 24, Update the
sentence in the "Select Permissions" menu step to improve formality and
punctuation: remove the leading "And" so it reads "Select the scopes that you
want to assign for the newly created role," lowercase "If" to "if" in the
example clause, and add a comma after "admin portal" so the example becomes
"...in the admin portal, he can assign `apim:keymanagers_manage`,
`apim:tenantInfo`, and `apim:admin_settings`." Ensure the change is applied to
the sentence containing "Select Permissions" and the example scope list.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@en/docs/administer/role-based-access-control.md`:
- Line 24: Update the sentence in the "Select Permissions" menu step to improve
formality and punctuation: remove the leading "And" so it reads "Select the
scopes that you want to assign for the newly created role," lowercase "If" to
"if" in the example clause, and add a comma after "admin portal" so the example
becomes "...in the admin portal, he can assign `apim:keymanagers_manage`,
`apim:tenantInfo`, and `apim:admin_settings`." Ensure the change is applied to
the sentence containing "Select Permissions" and the example scope list.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2c93b23a-d4fe-4703-9fea-d191e8ac3bc3

📥 Commits

Reviewing files that changed from the base of the PR and between 3873dc0 and 9aa1d4e.

📒 Files selected for processing (1)
  • en/docs/administer/role-based-access-control.md

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.

2 participants