From 3bfe0cd0ebbb5560df3c4c3f9defa0cc7ab3adb8 Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 13 Mar 2025 10:48:12 +0300 Subject: [PATCH] Update Remote Service Configuration Provider doc --- docs/en/framework/api-development/dynamic-csharp-clients.md | 2 +- docs/en/framework/api-development/static-csharp-clients.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/framework/api-development/dynamic-csharp-clients.md b/docs/en/framework/api-development/dynamic-csharp-clients.md index a5cdf94bbe..c3f70d016a 100644 --- a/docs/en/framework/api-development/dynamic-csharp-clients.md +++ b/docs/en/framework/api-development/dynamic-csharp-clients.md @@ -164,7 +164,7 @@ context.Services.AddHttpClientProxies( `remoteServiceConfigurationName` parameter matches the service endpoint configured via `AbpRemoteServiceOptions`. If the `BookStore` endpoint is not defined then it fallbacks to the `Default` endpoint. #### Remote Service Configuration Provider -Some times you may need to get the remote service configuration for a specific remote service in specific cases. For this, you can use the `RemoteServiceConfigurationProvider` interface. +You may need to get the remote service configuration for a specific remote service in some cases. For this, you can use the `RemoteServiceConfigurationProvider` interface. **Example: Get the remote service configuration for the "BookStore" remote service** diff --git a/docs/en/framework/api-development/static-csharp-clients.md b/docs/en/framework/api-development/static-csharp-clients.md index debbfc262d..8fa14b9b4a 100644 --- a/docs/en/framework/api-development/static-csharp-clients.md +++ b/docs/en/framework/api-development/static-csharp-clients.md @@ -245,7 +245,7 @@ context.Services.AddStaticHttpClientProxies( `remoteServiceConfigurationName` parameter matches the service endpoint configured via `AbpRemoteServiceOptions`. If the `BookStore` endpoint is not defined then it fallbacks to the `Default` endpoint. #### Remote Service Configuration Provider -Some times you may need to get the remote service configuration for a specific remote service in specific cases. For this, you can use the `RemoteServiceConfigurationProvider` interface. +You may need to get the remote service configuration for a specific remote service in some cases. For this, you can use the `RemoteServiceConfigurationProvider` interface. **Example: Get the remote service configuration for the "BookStore" remote service**