From 520b4494a88b45800e75a8ea9cdb5da6274ea0c2 Mon Sep 17 00:00:00 2001 From: owenmecham Date: Tue, 7 May 2019 12:35:09 -0600 Subject: [PATCH] docs(@angular/cli): fix typo with service schema (#14306) change the typo "pipe" to "service" in the service schema --- packages/schematics/angular/service/schema.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/schematics/angular/service/schema.json b/packages/schematics/angular/service/schema.json index 2dce3449d997..e11a84e1b957 100644 --- a/packages/schematics/angular/service/schema.json +++ b/packages/schematics/angular/service/schema.json @@ -47,11 +47,9 @@ "lintFix": { "type": "boolean", "default": false, - "description": "When true, applies lint fixes after generating the pipe.", + "description": "When true, applies lint fixes after generating the service.", "x-user-analytics": 15 } }, - "required": [ - "name" - ] + "required": ["name"] }