Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(concepts): fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
iammerrick authored and petebacondarwin committed Apr 19, 2013
1 parent 1d3e79e commit 8a2bfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/concepts.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a2bfd7

Please sign in to comment.