Skip to content

Commit 25d7655

Browse files
authored
docs: fix typos (#2072)
Fixes #2070 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Fixes typos and minor wording across multiple docs, plus corrects example code/key names in Actors testing and Request Queue pages. > > - **Docs wording/typos**: > - `sources/academy/glossary/tools/apify_cli.md`: Correct "Apify" typo. > - `sources/platform/integrations/index.mdx`: Replace "vice-versa" phrasing and minor wording fix. > - `sources/platform/collaboration/list_of_permissions.md`: Fix garbled "actActoror" to "Actor". > - **Actors Publishing**: > - `publishing/badge.mdx`: Fix "Don't forget" typo. > - `publishing/index.mdx`: Correct "inquiries" and "web scraping" typos. > - `publishing/monetize/index.mdx`: Fix "monetization" typos in image alts. > - `publishing/publish.mdx`: Fix "relevant", "verify", and "Actor" typos. > - **Actors Running**: > - `running/store.md`: Fix sentence to "You will see...". > - **Example code/name corrections**: > - `actors/development/automated_tests.md`: Fix KVS key name to `apify.com-scroll_lossless-comp`. > - `storage/request_queue.md`: Rename interface field to `persistRequestQueueName` and update usage. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b8d73da. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f045579 commit 25d7655

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

sources/academy/glossary/tools/apify_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [Apify CLI](/cli) helps you create, develop, build and run Apify Actors, and
1313

1414
## Installing {#installing}
1515

16-
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.
16+
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.
1717

1818
Open up a terminal instance and run the following command:
1919

sources/platform/actors/development/automated_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ await expectAsync(runResult).withKeyValueStore(({ contentType }) => {
124124
},
125125

126126
// This also checks for existence of the key-value key
127-
{ keyName: 'apify.com-scroll_losless-comp' },
127+
{ keyName: 'apify.com-scroll_lossless-comp' },
128128
);
129129
```
130130

sources/platform/actors/publishing/badge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is se
2828
https://apify.com/actor-badge?actor=<USERNAME>/<ACTOR>
2929
```
3030

31-
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.
31+
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.
3232

3333
#### Example
3434

sources/platform/actors/publishing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To ensure long-term quality and improve your chances of successfully monetizing
5151

5252
- Addressing bug reports & issues
5353
- Implementing updates & improvements
54-
- Responding to user inquireies & feedback
54+
- Responding to user inquiries & feedback
5555

5656
<img src={require("./images/apify-store.webp").default} title="Apify Store" />
5757

@@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](..
7272
To find ideas for new Actor, consider the following sources:
7373

7474
- Your own experiences with friends, colleagues, and customers
75-
- 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)
75+
- 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)
7676
- The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community
7777
- Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights
7878

sources/platform/actors/publishing/monetize/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Choose the pricing model for your Actor.
5151
Follow the monetization wizard to configure your pricing model.
5252
<Tabs>
5353
<TabItem value="Rental" label="Rental">
54-
![rental moentization wizard](../images/rental-wizard.png)
54+
![rental monetization wizard](../images/rental-wizard.png)
5555
</TabItem>
5656
<TabItem value="Pay-per-result" label="Pay-per-result">
57-
![ppr moentization wizard](../images/ppr-wizard.png)
57+
![ppr monetization wizard](../images/ppr-wizard.png)
5858
</TabItem>
5959
<TabItem value="Pay-per-event" label="Pay-per-event">
60-
![ppe moentization wizard](../images/ppe-wizard.png)
60+
![ppe monetization wizard](../images/ppe-wizard.png)
6161
</TabItem>
6262
</Tabs>
6363

sources/platform/actors/publishing/publish.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before making your Actor public, it's important to ensure your Actor has a clear
1616
Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps:
1717

1818
1. From your Actor's page in the Apify Console, go to **Publication** > **Display information**
19-
2. Fill in all the relevaent fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
19+
2. Fill in all the relevant fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
2020
3. Save your changes
2121

2222
![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
2525

2626
![Publish your Actor](./images/publish-actor-to-store.webp)
2727

28-
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.
28+
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.
2929

3030
![Apify Store](./images/apify-store.webp)
3131

sources/platform/actors/running/store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Pay per event Actor pricing model is very similar to the pay per result model. Y
149149

150150
#### How do I know Actor is paid per events?
151151

152-
You will the that the Actor is paid per events next to the Actor name.
152+
You will see that the Actor is paid per events next to the Actor name.
153153

154154
[//]: # (TODO: also show the screenshot from Apify Store on Web)
155155

sources/platform/collaboration/list_of_permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 12.2
55
slug: /collaboration/list-of-permissions
66
---
77

8-
**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.**
8+
**Learn about the access rights you can grant to other users. See a list of all access options for Apify resources such as Actors, Actor runs/tasks and storage.**
99

1010
---
1111

sources/platform/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import CardGrid from '@site/src/components/CardGrid';
1919
2020
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.
2121

22-
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).
22+
If you are building a service and your users could benefit from integrating with Apify or vice-versa then read the [integrate with Apify](./integrate_with_apify.md).
2323

2424
## Built-in integrations
2525

sources/platform/storage/request_queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ import { CheerioCrawler, Dataset } from 'crawlee';
297297

298298
interface Input {
299299
startUrls: string[];
300-
persistRquestQueueName: string;
300+
persistRequestQueueName: string;
301301
}
302302

303303
await Actor.init();

0 commit comments

Comments
 (0)