Skip to content

Commit 5ac012f

Browse files
honzajavorekmnmkng
andcommitted
fix: typo
Co-authored-by: Ondra Urban <[email protected]>
1 parent 558bcb3 commit 5ac012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_python/05_parsing_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ From lessons about browser DevTools we know that the HTML tags representing indi
1414

1515
![Products have the ‘product-item’ class](./images/product-item.png)
1616

17-
As a first step, let's try counting how many products is on the listing page.
17+
As a first step, let's try counting how many products are on the listing page.
1818

1919
## Treating HTML as a string
2020

0 commit comments

Comments
 (0)