Skip to content

Commit

Permalink
docs(@angular/cli): fix typo with service schema (#14306)
Browse files Browse the repository at this point in the history
change the typo "pipe" to "service" in the service schema
  • Loading branch information
owenmecham authored and alexeagle committed May 7, 2019
1 parent 300ea1f commit 520b449
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/schematics/angular/service/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 520b449

Please sign in to comment.