diff options
| -rw-r--r-- | docs/content/guide/di.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/di.ngdoc b/docs/content/guide/di.ngdoc index f6d98691..83b54be9 100644 --- a/docs/content/guide/di.ngdoc +++ b/docs/content/guide/di.ngdoc @@ -50,7 +50,7 @@ code that constructs `SomeClass`.  <img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-module-injector.png">  To manage the responsibility of dependency creation, each Angular application has an {@link -api/angular.injector injector}. The injector is a service locator that is responsible for +angular.injector injector}. The injector is a service locator that is responsible for  construction and lookup of dependencies.  Here is an example of using the injector service: | 
