From cd82bff9fa06b0f86be099116f77bbb4dc99144d Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Fri, 18 Oct 2024 09:24:42 +0100 Subject: [PATCH] Small text correction. --- .../docs/cache/interaction-cloudflare-products/workers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cache/interaction-cloudflare-products/workers.mdx b/src/content/docs/cache/interaction-cloudflare-products/workers.mdx index 8dd8b678e58b961..f6926b8cd2d4217 100644 --- a/src/content/docs/cache/interaction-cloudflare-products/workers.mdx +++ b/src/content/docs/cache/interaction-cloudflare-products/workers.mdx @@ -28,7 +28,7 @@ Here are a few examples of how Workers can be used to customize cache behavior: - **Reduce Latency**: Serve content from a location close to the user, decreasing load times and improving the user experience. -You can also use [Snippets](/rules/snippets/) as a low-cost alternative for simple modifications and logic, bypassing the need for full Worker scripts. These lightweight scripts enable quick adjustments and optimizations, offering an efficient way to enhance your Cloudflare setup without the complexity and overhead of more extensive code deployments. +You can also use [Snippets](/rules/snippets/) as a free alternative for simple modifications and logic, bypassing the need for full Worker scripts. These lightweight scripts enable quick adjustments and optimizations, offering an efficient way to enhance your Cloudflare setup without the complexity and overhead of more extensive code deployments. :::note When using Workers and [Orange-to-Orange (O2O)](/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/how-it-works/), some caveats and limitations may apply.