Skip to content

Commit bc336b6

Browse files
jaysoovsavkin
authored andcommitted
fix(react): fix a typo in component schematic prompt
1 parent 192a6a0 commit bc336b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/schematics/component/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"$default": {
1111
"$source": "projectName"
1212
},
13-
"x-prompt": "What is the name of the project for ths component?"
13+
"x-prompt": "What is the name of the project for this component?"
1414
},
1515
"name": {
1616
"type": "string",

0 commit comments

Comments
 (0)