Skip to content

Commit 6f9444f

Browse files
authored
Delete extraneous trailing colons (#19128)
1 parent 21404c9 commit 6f9444f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Learn more about troubleshooting issues with your Full-stack (SSR) Next.js apps
1111

1212
## Edge runtime
1313

14-
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::
14+
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:
1515

1616
```js
1717
export const runtime = "edge";

src/content/docs/pages/functions/bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ To configure a queue producer binding via the Cloudflare dashboard:
567567
6. Under **Queue**, select your desired queue.
568568
7. Redeploy your project for the binding to take effect.
569569

570-
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`::
570+
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`:
571571

572572
<Tabs> <TabItem label="JavaScript" icon="seti:javascript">
573573

0 commit comments

Comments
 (0)