Skip to content

Commit b31d184

Browse files
authored
Update README.md: changing Body reference
"Body - Web APIs" refers to a non-existent page. The current link is: https://developer.mozilla.org/en-US/docs/Web/API/Body , which is not found in Mozilla website. So, I'm suggesting to change it to the "Response" reference that contains "Response.body" reference and relevant information for viewers, also it fits with what is said in the video(https://youtu.be/tc8DU14qX6I&t=210). Viewers can learn about "Response" and "Response.body" on the new link.
1 parent 9e58749 commit b31d184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This course is for aspiring developers who want to learn how to work with data i
2222
1. What is `fetch()`?
2323
- [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
2424
- Promises, async and await
25-
- [Body - Web APIs](https://developer.mozilla.org/en-US/docs/Web/API/Body)
25+
- [Response - Web APIs](https://developer.mozilla.org/en-US/docs/Web/API/Response)
2626
- `<img>` DOM element
2727

2828
#### 1b: Tabular Data

0 commit comments

Comments
 (0)