diff --git a/src/content/docs/browser-rendering/faq.mdx b/src/content/docs/browser-rendering/faq.mdx index 6edd7c028455cde..e1cecaadaf1a7ce 100644 --- a/src/content/docs/browser-rendering/faq.mdx +++ b/src/content/docs/browser-rendering/faq.mdx @@ -69,9 +69,8 @@ To resolve:[Upgrade to a Workers Paid plan](/workers/platform/pricing/) - Paid a ### Does local development support all Browser Rendering features? -Not yet. Local development currently has the following limitations: +Not yet. Local development currently has the following limitation(s): - Requests larger than 1 MB are not supported. -- Playwright is not supported in local development environments. For full feature access, use `npx wrangler dev --remote`.