Skip to content

Commit 81f8530

Browse files
authored
docs: fix typo in actor_json.md (#1679)
Add a missing dot prefix to indicate the hidden `.actor` folder containing `actor.json`.
1 parent 55dc2bf commit 81f8530

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/actor_definition

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/actor_json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 1
99

1010
---
1111

12-
Your main Actor configuration is in the `actor/actor.json` file at the root of your Actor's directory. This file links your local development project to an Actor on the Apify platform. It should include details like the Actor's name, version, build tag, and environment variables. Make sure to commit this file to your Git repository.
12+
Your main Actor configuration is in the `.actor/actor.json` file at the root of your Actor's directory. This file links your local development project to an Actor on the Apify platform. It should include details like the Actor's name, version, build tag, and environment variables. Make sure to commit this file to your Git repository.
1313

1414
For example, the `.actor/actor.json` file can look like this:
1515

0 commit comments

Comments
 (0)