From 403ae7856e38a25e814b6a4c3c482d692eebb2e6 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 17 Mar 2021 17:45:22 +0800 Subject: [PATCH] Fix typo --- docs/en/API/Dynamic-CSharp-API-Clients.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/API/Dynamic-CSharp-API-Clients.md b/docs/en/API/Dynamic-CSharp-API-Clients.md index b1d71e0bb1..b71e6b88b9 100644 --- a/docs/en/API/Dynamic-CSharp-API-Clients.md +++ b/docs/en/API/Dynamic-CSharp-API-Clients.md @@ -2,7 +2,7 @@ ABP can dynamically create C# API client proxies to call your remote HTTP services (REST APIs). In this way, you don't need to deal with `HttpClient` and other low level details to call remote services and get results. -Dynamic C# proxies automatically handles the following stuff for you; +Dynamic C# proxies automatically handle the following stuff for you; * Maps C# **method calls** to remote server **HTTP calls** by considering the HTTP method, route, query string parameters, request payload and other details. * **Authenticates** the HTTP Client by adding access token to the HTTP header.