From e6dbcd0f46ff8b2d6a929b87192dfaf803209ac6 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 2 Dec 2019 07:36:58 +0100 Subject: [PATCH] docs: remove redundant dashes (#34172) PR Close #34172 --- aio/content/guide/schematics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/schematics.md b/aio/content/guide/schematics.md index 2563798fbd..b76e0710e3 100644 --- a/aio/content/guide/schematics.md +++ b/aio/content/guide/schematics.md @@ -21,7 +21,7 @@ The subcommands for `ng generate` are shorthand for the corresponding schematic. ng generate my-schematic-collection:my-schematic-name -—or— +or ng generate my-schematic-name --collection collection-name