From bc336b6749621c347554976bc1bd6e6e91ae5200 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Tue, 30 Jul 2019 09:11:35 -0400 Subject: [PATCH] fix(react): fix a typo in component schematic prompt --- packages/react/src/schematics/component/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/schematics/component/schema.json b/packages/react/src/schematics/component/schema.json index a15dc4ea22755..d43b884e6e0eb 100644 --- a/packages/react/src/schematics/component/schema.json +++ b/packages/react/src/schematics/component/schema.json @@ -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",