Skip to content

Commit 8c14055

Browse files
Fix lint errors
1 parent eb07428 commit 8c14055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_position: 2
1212
import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
1414

15-
In this model, you set a price per 1,000 results. Users are charged based on the number of results your Actor produces and stores in the run's default dataset. Your profit is calculated as 80% of the revenue minus platform usage costs.
15+
In this model, you set a price per 1,000 results. Users are charged based on the number of results your Actor produces and stores in the run's default dataset. Your profit is calculated as 80% of the revenue minus platform usage costs.
1616

1717
The details on how your cost is computed can be found in [Example of a pay-per-result pricing model](#example-of-a-pay-per-result-pricing-model).
1818

@@ -55,7 +55,7 @@ Set memory limits using `minMemoryMbytes` and `maxMemoryMbytes` in your [`actor.
5555

5656
### Implement the `ACTOR_MAX_PAID_DATASET_ITEMS` check
5757

58-
This check prevents your Actor from generating more results than the user has paid for, protecting both you and your users from unexpected costs.
58+
This check prevents your Actor from generating more results than the user has paid for, protecting both you and your users from unexpected costs.
5959

6060
The `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable contains the user-set limit on returned results for paid-per-result Actors. Do not exceed this limit.
6161

0 commit comments

Comments
 (0)