From 805e1a9a4760aeaf4d0d8ca1f562d667c3f1e2ef Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Tue, 10 Sep 2019 11:52:59 -0700 Subject: [PATCH] docs: further clarify module relationship --- packages/schematics/angular/module/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/module/schema.json b/packages/schematics/angular/module/schema.json index b3f77d81ea..7588a306d2 100644 --- a/packages/schematics/angular/module/schema.json +++ b/packages/schematics/angular/module/schema.json @@ -41,7 +41,7 @@ }, "route": { "type": "string", - "description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module, and adds the route to that component in the `routes` array in the routing module specified in the `--module` option." + "description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module, and adds the route to that component in the `Routes` array declared in the module provided in the `--module` option." }, "flat": { "type": "boolean",