diff --git a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx index 624df2b42564770..11d245545c2fc44 100644 --- a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx +++ b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets.mdx @@ -3,7 +3,7 @@ pcx_content_type: concept title: Static assets description: Host static assets on Cloudflare's global network and deliver faster load times worldwide with Workers for Platforms. --- -Workers for Platforms lets you deploy front-end applications at scale. By hosting static assets on Cloudflare's global network, you can deliver faster load times worldwide and eliminate the need for external infrastructure. You can also combine these static assets with dynamic logic in Cloudflare Workers, providing a full-stack experience for your customers. +Workers for Platforms with static assets allows you to deploy front-end applications at scale. By hosting static assets on Cloudflare's global network, you can deliver faster load times worldwide and eliminate the need for external infrastructure. You can also combine these static assets with dynamic logic in Cloudflare Workers, providing a full-stack experience for your customers. ### What you can build @@ -254,4 +254,4 @@ Run Wrangler to publish both your Worker code and the static assets: npx wrangler deploy --name --dispatch-namespace ``` -Wrangler will automatically detect your static files, bundle them, and upload them to Cloudflare along with your Worker code. \ No newline at end of file +Wrangler will automatically detect your static files, bundle them, and upload them to Cloudflare along with your Worker code.