Skip to content

Commit ae3831b

Browse files
gkalpakfilipesilva
authored andcommitted
docs(@schematics/angular): fix typos in property descriptions
1 parent 524807d commit ae3831b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/pwa/pwa/schema.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Schema {
1212
*/
1313
project?: string;
1414
/**
15-
* ": "The target to apply service worker to.
15+
* The target to apply service worker to.
1616
*/
1717
target: string;
1818
/**

packages/schematics/angular/service-worker/schema.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Schema {
1212
*/
1313
project?: string;
1414
/**
15-
* ": "The target to apply service worker to.
15+
* The target to apply service worker to.
1616
*/
1717
target: string;
1818
/**

0 commit comments

Comments
 (0)