avinal commented on a change in pull request #6554:
URL: https://github.com/apache/apisix/pull/6554#discussion_r825477398



##########
File path: docs/en/latest/getting-started.md
##########
@@ -19,7 +19,45 @@ title: Getting Started
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
--->
+-->  
+
+## What is an API Gateway
+An API gateway is an API management tool that acts as a mid layer service 
between a client and a number backend services. Typically, the API gateway 
receives the clients requests and processes it by summoning multiple 
microservices, aggregating the services and returning the appropriate results.

Review comment:
       ```suggestion
   An API gateway is an API management tool that acts as a mid-layer service 
between a client and a number of backend services. Typically, the API gateway 
receives the clients' requests and processes them by summoning multiple 
microservices, aggregating the services, and returning the appropriate results.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to