diff options
| author | Merrick Christensen | 2013-04-17 15:24:35 -0600 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-19 14:44:44 +0100 | 
| commit | 192a2258543d6255bbf6ea0bf202df00dd1d833c (patch) | |
| tree | 659902d3c3f856063ea888ef99ada9708570de34 /docs/content | |
| parent | 3508f76719246af644b9ffa6ea756623b75219b8 (diff) | |
| download | angular.js-192a2258543d6255bbf6ea0bf202df00dd1d833c.tar.bz2 | |
docs(concepts): fix spelling error
Diffstat (limited to 'docs/content')
| -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.  | 
