docs(concepts): fix spelling error

This commit is contained in:
Merrick Christensen 2013-04-17 15:24:35 -06:00 committed by Pete Bacon Darwin
parent 3508f76719
commit 192a225854

View file

@ -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 api/AUTO.$injector#invoke call} which will automatically fill the function
arguments. 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 {@link api/ng.directive:ngController ng-controller} instantiates
the controller it automatically provides the dependencies. There is no need to create 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. dependencies, look for dependencies, or even get a reference to the injector.