Skip to content

Commit 1ad8dd4

Browse files
committed
chore: description updates
1 parent ab12bf3 commit 1ad8dd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/ddd/src/schematics/domain/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"properties": {
66
"name": {
77
"type": "string",
8-
"description": "Domain name",
8+
"description": "Grouping name for the Domain",
99
"x-prompt": "What is the name of the domain?",
1010
"$default": {
1111
"$source": "argv",
@@ -14,7 +14,7 @@
1414
},
1515
"appDirectory": {
1616
"type": "string",
17-
"description": "Subpath of the domain within apps directory"
17+
"description": "Grouping folder within the apps directory"
1818
},
1919
"directory": {
2020
"type": "string",

libs/ddd/src/schematics/domain/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
export interface DomainOptions {
99
/**
10-
* Domain name
10+
* Grouping name for the Domain
1111
*/
1212
name: string;
1313
/**

0 commit comments

Comments
 (0)