aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.services.managing_dependencies.ngdoc
diff options
context:
space:
mode:
authorMatt Rohrer2012-09-26 15:30:55 +0200
committerBrian Ford2013-01-17 19:36:14 -0500
commitd4312b731a6d795f1afef83cccd4ec1a5a11e0e4 (patch)
treed895b06904eb7dcd2c7ee05e4d2cd88c46bc0439 /docs/content/guide/dev_guide.services.managing_dependencies.ngdoc
parent66f051386e153f10bd2751a7cafb61404799adee (diff)
downloadangular.js-d4312b731a6d795f1afef83cccd4ec1a5a11e0e4.tar.bz2
docs(guide): minor grammar fixes
Diffstat (limited to 'docs/content/guide/dev_guide.services.managing_dependencies.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.services.managing_dependencies.ngdoc4
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>
/**