Skip to content

Commit 31d882e

Browse files
gkalpakmgechev
authored andcommitted
docs(@schematics/angular): fix typo in web worker schematics ("service worker" --> "web worker")
1 parent 0ce98ce commit 31d882e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/schematics/angular/web-worker/schema.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"id": "SchematicsAngularWebWorker",
44
"title": "Angular Web Worker Options Schema",
55
"type": "object",
6-
"description": "Pass this schematic to the \"run\" command to create a Web Worker",
6+
"description": "Creates a new generic web worker definition in the given or default project.",
77
"properties": {
88
"path": {
99
"type": "string",
1010
"format": "path",
1111
"description": "The path at which to create the worker file, relative to the current workspace.",
1212
"visible": false
13-
},
13+
},
1414
"project": {
1515
"type": "string",
1616
"description": "The name of the project.",
@@ -20,7 +20,7 @@
2020
},
2121
"target": {
2222
"type": "string",
23-
"description": "The target to apply service worker to.",
23+
"description": "The target to apply web worker to.",
2424
"default": "build"
2525
},
2626
"name": {
@@ -36,7 +36,7 @@
3636
"type": "boolean",
3737
"default": true,
3838
"description": "Add a worker creation snippet in a sibling file of the same name."
39-
}
39+
}
4040
},
4141
"required": [
4242
"name",

0 commit comments

Comments
 (0)