Skip to content

Commit 2878914

Browse files
authored
[Docs site] update wrong text in c3 prompt (#22995)
1 parent ce92580 commit 2878914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This is the full format of a C3 invocation alongside the possible CLI arguments:
100100

101101
- The possible values for this option are:
102102

103-
- `hello-world`: Hello World Starter
103+
- `hello-world`: Hello World example
104104
- `web-framework`: Framework Starter
105105
- `demo`: Application Starter
106106
- `remote-template`: Template from a GitHub repo

src/content/partials/workers/c3-post-run-steps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ switch (props.category) {
1111
case 'hello-world':
1212
return (<ul>
1313

14-
<li>For <em>What would you like to start with?</em>, choose <code>Hello World Starter</code>.</li>
14+
<li>For <em>What would you like to start with?</em>, choose <code>Hello World example</code>.</li>
1515
<li>For <em>Which template would you like to use?</em>, choose <code>{props.type}</code>.</li>
1616
<li>For <em>Which language do you want to use?</em>, choose <code>{props.lang}</code>.</li>
1717
<li>For <em>Do you want to use git for version control?</em>, choose <code>Yes</code>.</li>

0 commit comments

Comments
 (0)