Skip to content

Commit c29c047

Browse files
Update sources/platform/actors/development/quick_start/start_locally.md
Co-authored-by: Michał Olender <[email protected]>
1 parent c80168b commit c29c047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Let's explore the Actor structure.
8585
8686
The `.actor` folder contains the Actor configuration. The `actor.json` file defines the Actor's name, description, and other settings. Find more info in the [actor.json](https://docs.apify.com/platform/actors/development/actor-definition/actor-json) definition.
8787
88-
### Actor's `input`
88+
#### Actor's `input`
8989
9090
Each Actor accepts an `input object` that tells it what to do. The object uses JSON format and lives in `storage/key_value_stores/default/INPUT.json`.
9191

0 commit comments

Comments
 (0)