From fe233395cfba5378e5813fa6dec1ee81ae016ce2 Mon Sep 17 00:00:00 2001 From: Guneet Thind <41204772+guneethind@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:27:03 +0530 Subject: [PATCH] Update article.md corrected a typo in the article summary line 301 is --> if --- 5-network/01-fetch/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/01-fetch/article.md b/5-network/01-fetch/article.md index 688db2ba..ab495ca1 100644 --- a/5-network/01-fetch/article.md +++ b/5-network/01-fetch/article.md @@ -298,7 +298,7 @@ fetch(url, options) Response properties: - `response.status` -- HTTP code of the response, -- `response.ok` -- `true` is the status is 200-299. +- `response.ok` -- `true` if the status is 200-299. - `response.headers` -- Map-like object with HTTP headers. Methods to get response body: