Skip to content

Commit ffc0ca1

Browse files
Apply suggestions from code review
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
1 parent c3d57af commit ffc0ca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/01_introduction/quick-start.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
1414
import CodeBlock from '@theme/CodeBlock';
1515

16-
## Step 1: Creating Actors
16+
## Step 1: Create Actors
1717

1818
To create and run Actors in Apify Console, refer to the [Console documentation](/platform/actors/development/quick-start/web-ide).
1919

@@ -29,7 +29,7 @@ This will create a new folder called `my-first-actor`, download and extract the
2929

3030
![actor create command run](./images/apify-create.gif)
3131

32-
## Step 2: Running the Actor
32+
## Step 2: Run Actors
3333

3434
To run the Actor, you can use the [`apify run` command](/cli/docs/reference#apify-run):
3535

@@ -46,7 +46,7 @@ This command:
4646

4747
The Actor input, for example, will be in `storage/key_value_stores/default/INPUT.json`.
4848

49-
## Step 3: Understanding Actor structure
49+
## Step 3: Understand Actor structure
5050

5151
All Python Actor templates follow the same structure.
5252

0 commit comments

Comments
 (0)