Skip to content

Commit 737d991

Browse files
Fix lint errors
1 parent 33b0588 commit 737d991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/platform/actors/development/quick_start/start_web_ide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Log in to [Apify Console](https://console.apify.com), navigate to [**My Actors**
2828

2929
![Create Actor](./images/create-actor.png)
3030

31-
You'll see Actor development templates for `JavaScript`, `TypeScript`, and `Python`.
31+
You'll see Actor development templates for `JavaScript`, `TypeScript`, and `Python`.
3232

3333
These templates provide boilerplate code and a preconfigured environment. Choose the template that best suits your needs. For the following demo, we'll proceed with **Crawlee + Puppeteer + Chrome**.
3434

@@ -44,7 +44,7 @@ After choosing the template, your Actor will be automatically named and you'll b
4444

4545
## Step 2: Explore the Actor
4646

47-
The provided boilerplate code utilizes the [Apify SDK](https://docs.apify.com/sdk/js/) combined with [Crawlee](https://crawlee.dev/), Apify's popular open-source Node.js web scraping library.
47+
The provided boilerplate code utilizes the [Apify SDK](https://docs.apify.com/sdk/js/) combined with [Crawlee](https://crawlee.dev/), Apify's popular open-source Node.js web scraping library.
4848

4949
By default, the code crawls the [apify.com](https://apify.com) website, but you can change it to any website.
5050

0 commit comments

Comments
 (0)