Skip to content

Commit 34542cb

Browse files
authored
[Pages] Remove trailing spaces (#20182)
1 parent 60c50ec commit 34542cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
Stream,
1616
} from "~/components";
1717

18-
[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. Learn more about the creation of Hono by [watching an interview](#creator-interview) with its creator, [Yusuke Wada](https://yusu.ke/).
18+
[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. Learn more about the creation of Hono by [watching an interview](#creator-interview) with its creator, [Yusuke Wada](https://yusu.ke/).
1919

2020
In this guide, you will create a new Hono application and deploy it using Cloudflare Pages.
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const runtime = "edge";
1919

2020
:::note
2121

22-
If you are still using the Next.js [Pages router](https://nextjs.org/docs/pages), for page routes, you must use `'experimental-edge'` instead of `'edge'`.
22+
If you are still using the Next.js [Pages router](https://nextjs.org/docs/pages), for page routes, you must use `'experimental-edge'` instead of `'edge'`.
2323
:::
2424

2525
***

src/content/docs/pages/get-started/c3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
164164
At a minimum, templates must contain the following:
165165

166166
- `package.json`
167-
- [Wrangler configuration file](/pages/functions/wrangler-configuration/)
167+
- [Wrangler configuration file](/pages/functions/wrangler-configuration/)
168168
- `src/` containing a worker script referenced from the Wrangler configuration file
169169

170170
See the [templates folder](https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates) of this repo for more examples.

src/content/docs/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Re
1414

1515
<Description>
1616

17-
Create full-stack applications that are instantly deployed to the Cloudflare global network.
17+
Create full-stack applications that are instantly deployed to the Cloudflare global network.
1818
</Description>
1919

2020
<Plan type="all" />

0 commit comments

Comments
 (0)