Skip to content

Commit 2ce61f2

Browse files
PowerKiKihansl
authored andcommitted
docs(@angular/cli): Fix typos in config schema
1 parent 702a5e4 commit 2ce61f2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/@angular/cli/lib/config/schema.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"input": {
6262
"type": "string",
6363
"default": "",
64-
"description": "The dir to seach within."
64+
"description": "The dir to search within."
6565
},
6666
"output": {
6767
"type": "string",
6868
"default": "",
69-
"description": "The output path (relative to the outDir."
69+
"description": "The output path (relative to the outDir)."
7070
}
7171
},
7272
"additionalProperties": false
@@ -190,7 +190,7 @@
190190
},
191191
"e2e": {
192192
"type": "object",
193-
"description": "Confirguration for end-to-end tests.",
193+
"description": "Configuration for end-to-end tests.",
194194
"properties": {
195195
"protractor": {
196196
"type": "object",
@@ -300,7 +300,7 @@
300300
"type": "number"
301301
},
302302
"class": {
303-
"description": "Options for generating a class",
303+
"description": "Options for generating a class.",
304304
"type": "object",
305305
"properties": {
306306
"spec": {
@@ -438,34 +438,34 @@
438438
}
439439
},
440440
"serve": {
441-
"description": "Properties to be passed to the serve command",
441+
"description": "Properties to be passed to the serve command.",
442442
"type": "object",
443443
"properties": {
444444
"port": {
445-
"description": "The port the application will be served on",
445+
"description": "The port the application will be served on.",
446446
"type": "number",
447447
"default": 4200
448448
},
449449
"host": {
450-
"description": "The host the application will be served on",
450+
"description": "The host the application will be served on.",
451451
"type": "string",
452452
"default": "localhost"
453453

454454
},
455455
"ssl": {
456-
"description": "Enables ssl for the application",
456+
"description": "Enables ssl for the application.",
457457
"type": "boolean",
458458
"default": false
459459

460460
},
461461
"sslKey": {
462-
"description": "The ssl key used by the server",
462+
"description": "The ssl key used by the server.",
463463
"type": "string",
464464
"default": "ssl/server.key"
465465

466466
},
467467
"sslCert": {
468-
"description": "The ssl certificate used by the server",
468+
"description": "The ssl certificate used by the server.",
469469
"type": "string",
470470
"default": "ssl/server.crt"
471471
}

0 commit comments

Comments
 (0)