From e0ff9677c81149cd699cc8d43254b6f6bcc9233a Mon Sep 17 00:00:00 2001 From: Kenath Malruwan Kapilarathna <115833643+KenathKapilarathna@users.noreply.github.com> Date: Tue, 12 May 2026 22:17:25 +0530 Subject: [PATCH] Fix grammar issue in REST API overview docs Removed unnecessary comma in REST API overview documentation. --- en/docs/reference/product-apis/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/reference/product-apis/overview.md b/en/docs/reference/product-apis/overview.md index f73a056330..0faa771dbc 100644 --- a/en/docs/reference/product-apis/overview.md +++ b/en/docs/reference/product-apis/overview.md @@ -1,6 +1,6 @@ # 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.