Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1b0f96c

Browse files
cexbrayatfilipesilva
authored andcommitted
fix(@schematics/angular): typos in universal schema
1 parent b2fd67e commit 1b0f96c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/schematics/angular/app-shell/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface Schema {
5656
*/
5757
testTsconfigFileName?: string;
5858
/**
59-
* The name of the applicatino directory.
59+
* The name of the application directory.
6060
*/
6161
appDir?: string;
6262
/**

packages/schematics/angular/app-shell/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"appDir": {
6767
"type": "string",
68-
"description": "The name of the applicatino directory.",
68+
"description": "The name of the application directory.",
6969
"default": "app"
7070
},
7171
"rootModuleFileName": {

packages/schematics/angular/universal/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface Schema {
4848
*/
4949
testTsconfigFileName?: string;
5050
/**
51-
* The name of the applicatino directory.
51+
* The name of the application directory.
5252
*/
5353
appDir?: string;
5454
/**

packages/schematics/angular/universal/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"appDir": {
5656
"type": "string",
57-
"description": "The name of the applicatino directory.",
57+
"description": "The name of the application directory.",
5858
"default": "app"
5959
},
6060
"rootModuleFileName": {

0 commit comments

Comments
 (0)