Skip to content

Commit 4e22e4f

Browse files
authored
fix: typo in property name (#1770)
There is a typo in `seller name` property, I guess the correct should be `sellerName` in camelCase style.
1 parent ac30d51 commit 4e22e4f

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)