From df1f51655793ebbdd504e0e9b68255df764b1099 Mon Sep 17 00:00:00 2001 From: Abdul Redd <104014874+abdulredd@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:13:35 -0500 Subject: [PATCH] htww2 grammar updates --- module2/lessons/how_the_web_works_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module2/lessons/how_the_web_works_api.md b/module2/lessons/how_the_web_works_api.md index ad2d82c0..216cc8a7 100644 --- a/module2/lessons/how_the_web_works_api.md +++ b/module2/lessons/how_the_web_works_api.md @@ -201,7 +201,8 @@ When thinking about the role that APIs play in our web applications, they are an - **Rate Limiting:** Many APIs restrict the number of requests you can make in a given time period. - **Cost:** Some APIs charge for usage, which can become expensive as your application scales. - **Versioning Issues:** API providers may update their services, potentially breaking your integration if you don't keep up. -- **Limited Conrol:** You're bound by the API's functionality and can't easily modify it to suit your specific needs. +- **Limited Control:** You're bound by the API's functionality and can't easily modify it to suit your specific needs. + ## Additional Postman Practice