Skip to content

Commit a809133

Browse files
authored
Update src/content/docs/workers/static-assets/billing-and-limitations.mdx
1 parent d52902c commit a809133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/billing-and-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Billing, troubleshooting, and limitations for Static assets on Work
1111

1212
Requests to a project with static assets can either return static assets or invoke the Worker script, depending on if the request [matches a static asset or not](/workers/static-assets/routing/).
1313

14-
**Requests to static assets are free and unlimited**. Requests to the Worker script (ex: in the case of SSR content) are billed according to Workers pricing. Refer to [pricing](/workers/platform/pricing/#example-2) for an example.
14+
Requests to static assets are free and unlimited. Requests to the Worker script (for example, in the case of SSR content) are billed according to Workers pricing. Refer to [pricing](/workers/platform/pricing/#example-2) for an example.
1515

1616
There is no additional cost for storing Assets.
1717

0 commit comments

Comments
 (0)