Skip to content

Commit 520b449

Browse files
owenmechamalexeagle
authored andcommitted
docs(@angular/cli): fix typo with service schema (#14306)
change the typo "pipe" to "service" in the service schema
1 parent 300ea1f commit 520b449

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/schematics/angular/service/schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@
4747
"lintFix": {
4848
"type": "boolean",
4949
"default": false,
50-
"description": "When true, applies lint fixes after generating the pipe.",
50+
"description": "When true, applies lint fixes after generating the service.",
5151
"x-user-analytics": 15
5252
}
5353
},
54-
"required": [
55-
"name"
56-
]
54+
"required": ["name"]
5755
}

0 commit comments

Comments
 (0)