From 23c562506630141f37f19ea6f2d72bddb6456bf3 Mon Sep 17 00:00:00 2001 From: llamousse <36034097+llamousse@users.noreply.github.com> Date: Sat, 3 Nov 2018 18:41:32 -0700 Subject: [PATCH] Edit sentence wording/structure on line 39 (#20889) --- guide/english/computer-science/what-is-an-api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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