You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix style guide violations in store.md (#2242)
- Replace em dashes with space-dash-space per style guide
- Fix grammar in FAQ heading (add article, use singular)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation-only wording and punctuation edits with no impact on
runtime behavior.
>
> **Overview**
> Updates `store.md` to conform to the docs style guide by replacing em
dashes with spaced hyphens in a couple of pricing/FAQ sentences.
>
> Fixes a pay-per-event FAQ heading to use correct grammar (adds “an”
and switches to singular “event”).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
c7eab0e. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: sources/platform/actors/running/store.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ All Actors in [Apify Store](https://apify.com/store) fall into one of the four p
25
25
26
26
1.[**Rental**](#rental-actors) - to continue using the Actor after the trial period, you must rent the Actor from the developer and pay a flat monthly fee in addition to the costs associated with the platform usage that the Actor generates.
27
27
2.[**Pay per result**](#pay-per-result) - you do not pay for platform usage the Actor generates and instead just pay for the results it produces.
28
-
3.[**Pay per event**](#pay-per-event) - you pay for specific events the Actor creator defines, such as generating a single result or starting the Actor. Most Actors include platform usage in the price, but some may charge it separately — check the Actor's pricing for details.
28
+
3.[**Pay per event**](#pay-per-event) - you pay for specific events the Actor creator defines, such as generating a single result or starting the Actor. Most Actors include platform usage in the price, but some may charge it separately - check the Actor's pricing for details.
29
29
4.[**Pay per usage**](#pay-per-usage) - you can run the Actor and you pay for the platform usage the Actor generates.
30
30
31
31
### Rental Actors
@@ -151,7 +151,7 @@ Most pay per event Actors include platform usage in the event price. However, so
151
151
152
152
#### Pay per event Actors - Frequently Asked Questions
153
153
154
-
#### How do I know Actor is paid per events?
154
+
#### How do I know an Actor is paid per event?
155
155
156
156
You will see that the Actor is paid per events next to the Actor name.
157
157
@@ -173,7 +173,7 @@ You would still pay for the long term storage of results, same as for pay per re
173
173
174
174
#### Do I need to pay for platform usage with pay per event Actors?
175
175
176
-
In most cases, no — the majority of pay per event Actors include [platform usage](./usage_and_resources.md) in the event price, so you only pay for the events. However, some Actors may charge platform usage separately, in addition to the event costs. Always check the pricing section on the Actor's page—it clearly states whether platform usage is included or not.
176
+
In most cases, no - the majority of pay per event Actors include [platform usage](./usage_and_resources.md) in the event price, so you only pay for the events. However, some Actors may charge platform usage separately, in addition to the event costs. Always check the pricing section on the Actor's page - it clearly states whether platform usage is included or not.
177
177
178
178

0 commit comments