diff options
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 768fe392..5e333c98 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -425,7 +425,7 @@ function arguments. When angular calls the function, it will use the {@link  api/AUTO.$injector#invoke call} which will automatically fill the function  arguments. -Examine the `ClockCtrl` bellow, and notice how it lists the dependencies in the constructor. When the +Examine the `ClockCtrl` below, and notice how it lists the dependencies in the constructor. When the  {@link api/ng.directive:ngController ng-controller} instantiates  the controller it automatically provides the dependencies. There is no need to create  dependencies, look for dependencies, or even get a reference to the injector. | 
