From a7fdfddedb737712146bb6c639d5b729e0bf9149 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:08:54 +0800 Subject: [PATCH] Delete extraneous trailing colons --- .../docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx | 2 +- src/content/docs/pages/functions/bindings.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx b/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx index dd06079036f202..dc5376c3dbbec1 100644 --- a/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx @@ -11,7 +11,7 @@ Learn more about troubleshooting issues with your Full-stack (SSR) Next.js apps ## Edge runtime -You must configure all server-side routes in your Next.js project as [Edge runtime](https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes) routes, by adding the following to each route:: +You must configure all server-side routes in your Next.js project as [Edge runtime](https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes) routes, by adding the following to each route: ```js export const runtime = "edge"; diff --git a/src/content/docs/pages/functions/bindings.mdx b/src/content/docs/pages/functions/bindings.mdx index 1163789ba7f150..df5f95d32f7420 100644 --- a/src/content/docs/pages/functions/bindings.mdx +++ b/src/content/docs/pages/functions/bindings.mdx @@ -567,7 +567,7 @@ To configure a queue producer binding via the Cloudflare dashboard: 6. Under **Queue**, select your desired queue. 7. Redeploy your project for the binding to take effect. -Below is an example of how to use a queue producer binding in your Function. In this example, the binding is named `MY_QUEUE` and you can access the binding in your Function code on `context.env`:: +Below is an example of how to use a queue producer binding in your Function. In this example, the binding is named `MY_QUEUE` and you can access the binding in your Function code on `context.env`: