diff --git a/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/solid.mdx b/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/solid.mdx index 1cc833a80f20d32..2e97dae212ddf0c 100644 --- a/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/solid.mdx +++ b/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/solid.mdx @@ -57,6 +57,6 @@ The following command will build and deploy your project. If you're using CI, en ## Bindings -Your Solid application can be fully integrated with the Cloudflare Developer Platform, in both local development and in production, by using product bindings. The [Solid documentation](https://docs.solidjs.com/reference/server-utilities/get-request-event) provides information about how to access platform primitives, including bindings. Specifically, for Cloudflare, you can use [`getRequestEnv().nativeEvent.context.cloudflare.env`](https://docs.solidjs.com/solid-start/advanced/request-events#nativeevent) to access bindings. +Your Solid application can be fully integrated with the Cloudflare Developer Platform, in both local development and in production, by using product bindings. The [Solid documentation](https://docs.solidjs.com/reference/server-utilities/get-request-event) provides information about how to access platform primitives, including bindings. Specifically, for Cloudflare, you can use [`getRequestEvent().nativeEvent.context.cloudflare.env`](https://docs.solidjs.com/solid-start/advanced/request-events#nativeevent) to access bindings.