Skip to content

Commit 7556bea

Browse files
committed
fix(material/schematics): typo in prompt question (#31449)
Fixes a typo in one of the `theme-color` prompts. (cherry picked from commit 1bba607)
1 parent 0a7277d commit 7556bea

File tree

1 file changed

+1
-1
lines changed
  • src/material/schematics/ng-generate/theme-color

1 file changed

+1
-1
lines changed

src/material/schematics/ng-generate/theme-color/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"type": "boolean",
5050
"default": true,
5151
"description": "Whether to generate output file in scss or CSS",
52-
"x-prompt": "Do you want to generated file to be a scss file? This is the recommended way of setting up theming in your application. If not, a CSS file will be generated with all the system variables defined. (Leave blank to generate a scss file)"
52+
"x-prompt": "Do you want the generated file to be a scss file? This is the recommended way of setting up theming in your application. If not, a CSS file will be generated with all the system variables defined. (Leave blank to generate a scss file)"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)