From 00fe4cc84b480f5a727a66b825b7122a79217a45 Mon Sep 17 00:00:00 2001 From: John Papa Date: Fri, 10 Mar 2017 15:45:26 -0500 Subject: [PATCH] docs(@angular/cli): services are provided, not declared docs(@angular/cli): services are provided, not declared --- docs/documentation/generate/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/generate/service.md b/docs/documentation/generate/service.md index 5bdad34d29..9d7d3a02af 100644 --- a/docs/documentation/generate/service.md +++ b/docs/documentation/generate/service.md @@ -10,6 +10,6 @@ `--flat` Flag to indicate if a dir is created. -`--module` (`-m`) Allows specification of the declaring module. +`--module` (`-m`) Allows you to specify the module where the service should be provided -`--spec` Specifies if a spec file is generated. \ No newline at end of file +`--spec` Specifies if a spec file is generated.