Skip to content

Commit 7caac9f

Browse files
emily-shenRebeccaTamachiro
authored andcommitted
rename options (#21588)
1 parent ef483fe commit 7caac9f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/docs/d1/tutorials/using-read-replication-for-e-com/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create a new Workers project by running the following command:
4949
product="workers"
5050
params={{
5151
category: "hello-world",
52-
type: "Worker + Assets",
52+
type: "SSR / full-stack app",
5353
lang: "TypeScript",
5454
}}
5555
/>

src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create a new Worker project by running the following commands:
4848
product="workers"
4949
params={{
5050
category: "hello-world",
51-
type: "Worker + Assets",
51+
type: "SSR / full-stack app",
5252
lang: "TypeScript",
5353
}}
5454
/>

src/content/docs/pipelines/tutorials/send-data-from-client/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create a new Worker project by running the following commands:
4949
product="workers"
5050
params={{
5151
category: "hello-world",
52-
type: "Worker + Assets",
52+
type: "SSR / full-stack app",
5353
lang: "TypeScript",
5454
}}
5555
/>

src/content/docs/workers/static-assets/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This guide will instruct you through setting up and deploying a static site on W
4646
product="workers"
4747
params={{
4848
category: "hello-world",
49-
type: "Assets only",
49+
type: "Static site",
5050
lang: "TypeScript",
5151
}}
5252
/>
@@ -104,7 +104,7 @@ Open a terminal window and run C3 to create your Worker project:
104104
product="workers"
105105
params={{
106106
category: "hello-world",
107-
type: "Worker + Assets",
107+
type: "SSR / full-stack app",
108108
lang: "TypeScript",
109109
}}
110110
/>

0 commit comments

Comments
 (0)