Browse Source

Fix typo

pull/8098/head
liangshiwei 5 years ago
parent
commit
403ae7856e
  1. 2
      docs/en/API/Dynamic-CSharp-API-Clients.md

2
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.

Loading…
Cancel
Save