From 49fdf4ff738a470d63fadf8f81e231b5f2a0cf6c Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:02:36 +0530 Subject: [PATCH 01/10] Fix typo in pay per event Actor FAQ --- sources/platform/actors/running/store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/running/store.md b/sources/platform/actors/running/store.md index 0b0a36eb1..5d2c8c927 100644 --- a/sources/platform/actors/running/store.md +++ b/sources/platform/actors/running/store.md @@ -149,7 +149,7 @@ Pay per event Actor pricing model is very similar to the pay per result model. Y #### How do I know Actor is paid per events? -You will the that the Actor is paid per events next to the Actor name. +You will see that the Actor is paid per events next to the Actor name. [//]: # (TODO: also show the screenshot from Apify Store on Web) From 77213c3da6e47df4a4606f1dd330ac10933963bd Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:05:07 +0530 Subject: [PATCH 02/10] Fix typo in publish.mdx documentation --- sources/platform/actors/publishing/publish.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/platform/actors/publishing/publish.mdx b/sources/platform/actors/publishing/publish.mdx index 109a9dc21..96fc0a70a 100644 --- a/sources/platform/actors/publishing/publish.mdx +++ b/sources/platform/actors/publishing/publish.mdx @@ -16,7 +16,7 @@ Before making your Actor public, it's important to ensure your Actor has a clear Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps: 1. From your Actor's page in the Apify Console, go to **Publication** > **Display information** -2. Fill in all the relevaent fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**) +2. Fill in all the relevant fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**) 3. Save your changes ![Actor settings](./images/actor-display-information.webp) @@ -25,7 +25,7 @@ After filling in all the required fields, the **Publish to Store** button will t ![Publish your Actor](./images/publish-actor-to-store.webp) -To verity that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your ACtor, so carefully review it and ensure everything is set up correctly. +To verify that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your Actor, so carefully review it and ensure everything is set up correctly. ![Apify Store](./images/apify-store.webp) From ef8a4cc5b228f1a940d1bea02534add4a76e9adc Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:07:16 +0530 Subject: [PATCH 03/10] Fix typos in index.mdx for clarity --- sources/platform/actors/publishing/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/platform/actors/publishing/index.mdx b/sources/platform/actors/publishing/index.mdx index 465f48861..3e047c480 100644 --- a/sources/platform/actors/publishing/index.mdx +++ b/sources/platform/actors/publishing/index.mdx @@ -51,7 +51,7 @@ To ensure long-term quality and improve your chances of successfully monetizing - Addressing bug reports & issues - Implementing updates & improvements -- Responding to user inquireies & feedback +- Responding to user inquiries & feedback @@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](.. To find ideas for new Actor, consider the following sources: - Your own experiences with friends, colleagues, and customers -- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details) +- SEO tools to identify search terms, websites related to web scraping, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details) - The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community - Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights From 22d76fb1fa2dd4c638bae307de9ab3b5bdaf6e47 Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:08:24 +0530 Subject: [PATCH 04/10] Fix typo in badge documentation --- sources/platform/actors/publishing/badge.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/publishing/badge.mdx b/sources/platform/actors/publishing/badge.mdx index e3eef7599..b6dfaf3bb 100644 --- a/sources/platform/actors/publishing/badge.mdx +++ b/sources/platform/actors/publishing/badge.mdx @@ -28,7 +28,7 @@ The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is se https://apify.com/actor-badge?actor=/ ``` -In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't froget to use the `username` and `actor-name` of your Actor. +In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't forget to use the `username` and `actor-name` of your Actor. #### Example From ef200c371e9f5941fab550d87d1a583a7119b696 Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:10:30 +0530 Subject: [PATCH 05/10] Fix typos in monetization wizard image captions --- sources/platform/actors/publishing/monetize/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/platform/actors/publishing/monetize/index.mdx b/sources/platform/actors/publishing/monetize/index.mdx index 648db387d..1c0df062c 100644 --- a/sources/platform/actors/publishing/monetize/index.mdx +++ b/sources/platform/actors/publishing/monetize/index.mdx @@ -51,13 +51,13 @@ Choose the pricing model for your Actor. Follow the monetization wizard to configure your pricing model. -![rental moentization wizard](../images/rental-wizard.png) +![rental monetization wizard](../images/rental-wizard.png) -![ppr moentization wizard](../images/ppr-wizard.png) +![ppr monetization wizard](../images/ppr-wizard.png) -![ppe moentization wizard](../images/ppe-wizard.png) +![ppe monetization wizard](../images/ppe-wizard.png) From 627fa4928b4f8324f9f73d63894e258bddd37bdb Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:11:50 +0530 Subject: [PATCH 06/10] Fix typo in automated_tests.md key name --- sources/platform/actors/development/automated_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/actors/development/automated_tests.md b/sources/platform/actors/development/automated_tests.md index 967d3f4e8..04dead97f 100644 --- a/sources/platform/actors/development/automated_tests.md +++ b/sources/platform/actors/development/automated_tests.md @@ -124,7 +124,7 @@ await expectAsync(runResult).withKeyValueStore(({ contentType }) => { }, // This also checks for existence of the key-value key -{ keyName: 'apify.com-scroll_losless-comp' }, +{ keyName: 'apify.com-scroll_lossless-comp' }, ); ``` From 7665b6358aff043d11f00bec11775556580bb3d9 Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:13:19 +0530 Subject: [PATCH 07/10] Fix typo in Input interface property name --- sources/platform/storage/request_queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/storage/request_queue.md b/sources/platform/storage/request_queue.md index 29e3d71cd..32c0fa87b 100644 --- a/sources/platform/storage/request_queue.md +++ b/sources/platform/storage/request_queue.md @@ -297,7 +297,7 @@ import { CheerioCrawler, Dataset } from 'crawlee'; interface Input { startUrls: string[]; - persistRquestQueueName: string; + persistRequestQueueName: string; } await Actor.init(); From 3691b13b112af8dad87c2c24f722490302f0b8a3 Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:16:33 +0530 Subject: [PATCH 08/10] Fix typo in integration documentation --- sources/platform/integrations/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/index.mdx b/sources/platform/integrations/index.mdx index 72fc3976d..bf6e28ead 100644 --- a/sources/platform/integrations/index.mdx +++ b/sources/platform/integrations/index.mdx @@ -19,7 +19,7 @@ import CardGrid from '@site/src/components/CardGrid'; Integrations allow you to combine separate applications and take advantage of their combined capabilities. Automation of these online processes increases your productivity. That's why we made Apify in a way that allows you to connect it with practically any cloud service or web app and make it part of your larger projects. -If you are building a service and your users could benefit from integrating with Apify or wise-versa then ready the [integrate with Apify](./integrate_with_apify.md). +If you are building a service and your users could benefit from integrating with Apify or vise-versa then ready to [integrate with Apify](./integrate_with_apify.md). ## Built-in integrations From 149346c25a34a146081856c399a1eddd013be0e8 Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:23:14 +0530 Subject: [PATCH 09/10] Fix typo in list_of_permissions.md description --- sources/platform/collaboration/list_of_permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/collaboration/list_of_permissions.md b/sources/platform/collaboration/list_of_permissions.md index abd7e1cce..8846f110d 100644 --- a/sources/platform/collaboration/list_of_permissions.md +++ b/sources/platform/collaboration/list_of_permissions.md @@ -5,7 +5,7 @@ sidebar_position: 12.2 slug: /collaboration/list-of-permissions --- -**Learn about the access rights you can grant to other users. See a list of all access options for Apify resources such as Actors, actActoror runs/tasks and storage.** +**Learn about the access rights you can grant to other users. See a list of all access options for Apify resources such as Actors, runs/tasks and storage.** --- From 8b50b63c871e9c8340d951082eff1d56e36e6a2c Mon Sep 17 00:00:00 2001 From: Krishna Yadav <73414562+kr812345@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:24:49 +0530 Subject: [PATCH 10/10] Fix typo in Apify CLI installation instructions --- sources/academy/glossary/tools/apify_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/academy/glossary/tools/apify_cli.md b/sources/academy/glossary/tools/apify_cli.md index e4e5bbee6..032ff99b9 100644 --- a/sources/academy/glossary/tools/apify_cli.md +++ b/sources/academy/glossary/tools/apify_cli.md @@ -13,7 +13,7 @@ The [Apify CLI](/cli) helps you create, develop, build and run Apify Actors, and ## Installing {#installing} -To install the Apfiy CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential. +To install the Apify CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential. Open up a terminal instance and run the following command: