Skip to content

Commit 2d4ac54

Browse files
try to resolve lint issue
1 parent 6ffd8dd commit 2d4ac54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/platform/actors/publishing/monetize.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Only paid user activity is included in profit calculations.
121121

122122
- Set memory limits in your [`actor.json`](/platform/actors/development/actor-definition/actor-json) file to control platform usage costs
123123
- Charge either for "Actor start" or for invalid input or empty search to prevent users from running your Actor for free.
124-
- Don't charge the "Actor start" event again after Actor migration (check `ChargingManager` state).
124+
- Don't charge the "Actor start" event again after Actor migration (check `ChargingManager` state).
125125
- Finish the Actor run once charging reaches user-configured `Maximum cost per run`. Apify SDKs ([JS](/sdk/js/reference/class/Actor#charge) and [Python](/sdk/python/reference/class/Actor#charge)) return `ChargeResult` that helps determine when to finish.
126126
- If you are not using the SDKs, use idempotency keys in API calls to prevent double charges.
127127
- Try to limit the number of events. Fewer events make it easier for users to understand your pricing.

0 commit comments

Comments
 (0)