Skip to content

Commit 1e84f60

Browse files
authored
docs: Update start_locally.md (#1531)
Small typo error. wrote dastasets instead of datasets
1 parent 5448701 commit 1e84f60

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
@@ -92,7 +92,7 @@ To run your Actor locally, use the following command:
9292
apify run
9393
```
9494

95-
After executing this command, you will see the Actor's log output in your terminal. The results of the Actor's execution will be stored in the local dataset located in the `storage/dastasets/default` directory.
95+
After executing this command, you will see the Actor's log output in your terminal. The results of the Actor's execution will be stored in the local dataset located in the `storage/datasets/default` directory.
9696

9797
![Actor source code](./images/actor-local-run.png)
9898

0 commit comments

Comments
 (0)