diff options
| author | Merrick Christensen | 2013-04-17 15:24:35 -0600 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-19 14:44:14 +0100 | 
| commit | 8a2bfd7a78fbed2fcf2fd0a0301979b02b89cab2 (patch) | |
| tree | dcf2b9f7befc9cdaf6748b91556116c6a73af5e0 | |
| parent | 1d3e79e24e4abbc93f80653405c60e758f5c2163 (diff) | |
| download | angular.js-8a2bfd7a78fbed2fcf2fd0a0301979b02b89cab2.tar.bz2 | |
docs(concepts): fix spelling error
| -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. | 
