From 1beebdf9e925a030582c39bed67055850634b80d Mon Sep 17 00:00:00 2001 From: Milan Stiglic Date: Thu, 10 Jul 2025 10:37:25 +0200 Subject: [PATCH] docs: fix typo in actor_json.md --- .../platform/actors/development/actor_definition/actor_json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/development/actor_definition/actor_json.md b/sources/platform/actors/development/actor_definition/actor_json.md index 6896f229f2..8023a1fce0 100644 --- a/sources/platform/actors/development/actor_definition/actor_json.md +++ b/sources/platform/actors/development/actor_definition/actor_json.md @@ -9,7 +9,7 @@ sidebar_position: 1 --- -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. +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. For example, the `.actor/actor.json` file can look like this: