diff options
Diffstat (limited to 'docs/content/guide/dev_guide.services.managing_dependencies.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.managing_dependencies.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc index e6f6aa43..6a769ca0 100644 --- a/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc +++ b/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc @@ -39,8 +39,8 @@ function myModuleCfgFn($provide) { </pre> -Here is an example of two services that depend on each other, as well as on other services that are -provided by Angular's web framework: +Here is an example of two services, one of which depends on the other and both +of which depend on other services that are provided by the Angular framework: <pre> /** |
