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 1d3e79e24e
commit 8a2bfd7a78

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
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.