Skip to content

Commit

Permalink
fix(react): fix a typo in component schematic prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and vsavkin committed Jul 30, 2019
1 parent 192a6a0 commit bc336b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/schematics/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"$default": {
"$source": "projectName"
},
"x-prompt": "What is the name of the project for ths component?"
"x-prompt": "What is the name of the project for this component?"
},
"name": {
"type": "string",
Expand Down

0 comments on commit bc336b6

Please sign in to comment.