File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/create-cloudflare Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
7575 [ projectPath ] ,
7676 [
7777 {
78- matcher : / W h a t d o y o u w a n t t o s t a r t w i t h \? / ,
78+ matcher : / W h a t w o u l d y o u l i k e t o s t a r t w i t h \? / ,
7979 input : [ keys . enter ] ,
8080 } ,
8181 {
@@ -119,7 +119,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
119119 input : [ projectPath , keys . enter ] ,
120120 } ,
121121 {
122- matcher : / W h a t d o y o u w a n t t o s t a r t w i t h \? / ,
122+ matcher : / W h a t w o u l d y o u l i k e t o s t a r t w i t h \? / ,
123123 input : [ keys . down , keys . down , keys . enter ] ,
124124 } ,
125125 {
@@ -157,7 +157,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
157157 [ projectPath , "--ts" , "--no-deploy" ] ,
158158 [
159159 {
160- matcher : / W h a t d o y o u w a n t t o s t a r t w i t h \? / ,
160+ matcher : / W h a t w o u l d y o u l i k e t o s t a r t w i t h \? / ,
161161 input : [ keys . enter ] ,
162162 } ,
163163 {
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export const selectTemplate = async (args: Partial<C3Args>) => {
200200
201201 const category = await processArgument < string > ( args , "category" , {
202202 type : "select" ,
203- question : "What do you want to start with?" ,
203+ question : "What would you like to start with?" ,
204204 label : "category" ,
205205 options : [
206206 { label : "Hello World example" , value : "hello-world" } ,
You can’t perform that action at this time.
0 commit comments