Skip to content

Commit a39d5ab

Browse files
committed
fix: don't use 'thanks' in such context
1 parent 39e4d13 commit a39d5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/web_scraping_for_beginners/crawling/headless_browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A headless browser is simply a browser that runs without a user interface (UI).
2222
2323
Building a Playwright scraper with Crawlee is extremely easy. To show you how easy it really is, we'll reuse the Cheerio scraper code from the previous lesson. By changing only a few lines of code, we'll turn it into a full headless scraper.
2424

25-
First, we must install Playwright into our project. It's not included in Crawlee, because it's quite large thanks to bundling all the browsers.
25+
First, we must install Playwright into our project. It's not included in Crawlee, because it's quite large as it bundles all the browsers.
2626

2727
```shell
2828
npm install playwright

0 commit comments

Comments
 (0)