Skip to content

Commit 14effa1

Browse files
committed
review fixes
1 parent 990bd4f commit 14effa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/platform/actors/running/input_and_output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can also use [API](https://docs.apify.com/api/v2) to retrieve the output. To
5656

5757
## Example
5858

59-
Here is an Actor that demonstrates how to access input and produce output. The Actor takes two numbers as input, adds them together, and pushes the result to its default dataset.
59+
Here is an Actor that shows how to access input and produce output. The Actor takes two numbers as input, adds them together, and pushes the result to its default dataset.
6060

6161
### Input
6262

sources/platform/integrations/programming/api_clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install apify-client
3636

3737
## Initialization
3838

39-
After installing the package, you must import and initialize the client with your personal API token, which you can find in the [**Integrations**](https://console.apify.com/settings/integrations) section of the Apify Console.
39+
After installing the package, you must import and initialize the client with your personal API token, which you can find in the [**Integrations**](https://console.apify.com/settings/integrations) section of Apify Console.
4040

4141
<Tabs groupId="main">
4242
<TabItem value="Node.js" label="Node.js">

0 commit comments

Comments
 (0)