diff --git a/en/docs/api-design-manage/design/endpoints/endpoint-types.md b/en/docs/api-design-manage/design/endpoints/endpoint-types.md
index c1fc3936c7..b429ab0751 100644
--- a/en/docs/api-design-manage/design/endpoints/endpoint-types.md
+++ b/en/docs/api-design-manage/design/endpoints/endpoint-types.md
@@ -25,7 +25,7 @@ An Endpoint is a specific destination for a message such as an address, WSDL, a
The endpoints where the incoming requests are directed to in a round-robin manner. They automatically handle fail-over as well. |
| Dynamic Endpoint |
-Using a dynamic endpoint, the requests can be dynamically routed to an address based on a specific condition (e.g., request parameters, payload etc.). When using this endpoint type, a mediation sequence should be applied to the message IN Flow of the API. For more information, see Adding Dynamic Endpoints. |
+Using a dynamic endpoint, the requests can be dynamically routed to an address based on a specific condition (e.g., request parameters, payload etc.). When using this endpoint type, a mediation sequence should be applied to the message IN Flow of the API. For more information, see Adding Dynamic Endpoints. |
| Mock Implementation |
|