Fix grammar issue in REST API overview documentation#11347
Fix grammar issue in REST API overview documentation#11347KenathKapilarathna wants to merge 1 commit into
Conversation
Removed unnecessary comma in REST API overview documentation.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
|
There was a problem hiding this comment.
Pull request overview
This PR improves readability in the REST API overview documentation by correcting a minor grammar issue in the introductory paragraph.
Changes:
- Removed an unnecessary comma in “or an external REST client like cURL.”
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # RESTful APIs | ||
|
|
||
| The following topics list the APIs exposed from the API Publisher, Developer Portal, Admin Portal, Gateway, Service Catalog, Devops and Governance which you can use to create and manage APIs. You can consume APIs directly through their UIs or, an external REST client like cURL. | ||
| The following topics list the APIs exposed from the API Publisher, Developer Portal, Admin Portal, Gateway, Service Catalog, Devops and Governance which you can use to create and manage APIs. You can consume APIs directly through their UIs or an external REST client like cURL. |
Description
Fixed a minor grammar issue in the REST API overview documentation.
Changed:
"or, an external REST client."
To:
"or an external REST client."
Purpose
Improve grammar and readability.