Skip to content

Commit 7e9695b

Browse files
committed
fix: typo in property name
1 parent a29177d commit 7e9695b

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/scraping_basics_javascript/challenge

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_javascript/challenge/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In the end, we'd like our final output to look something like this:
5454
"itemUrl": "https://www.amazon.com/Apple-iPhone-Unlocked-Certified-Refurbished/dp/B00YD547Q6/ref=sr_1_2?s=wireless&ie=UTF8&qid=1539772626&sr=1-2&keywords=iphone",
5555
"description": "What's in the box: Certified Refurbished iPhone 6 Space Gray 16GB Unlocked , USB Cable/Adapter. Comes in a Generic Box with a 1 Year Limited Warranty.",
5656
"keyword": "iphone",
57-
"seller name": "Blutek Intl",
57+
"sellerName": "Blutek Intl",
5858
"offer": "$162.97"
5959
},
6060
{

0 commit comments

Comments
 (0)