diff --git a/guide/english/computer-science/what-is-an-api/index.md b/guide/english/computer-science/what-is-an-api/index.md index 7eb9a956bd..0b07baa32a 100644 --- a/guide/english/computer-science/what-is-an-api/index.md +++ b/guide/english/computer-science/what-is-an-api/index.md @@ -36,7 +36,7 @@ Having access to an API generally means having access to a large amount of organ Source: [Open Weather API](https://openweathermap.org/current) -In the example above, a developer made a request for the current weather at a specific latitude and longitude, and the server responded with a *JSON object* about wind, rain, and clouds for that location. Services that you use every day are made with tons of request and response cycles like this. +In the example above, a developer made a request for the current weather at a specific latitude and longitude, and the server responded with a *JSON object* about the wind, rain, and clouds for that location. Services that you use every day are made with many request and response cycles such as this. Here are Top 10 APIs for beginners