From 8a2bfd7a78fbed2fcf2fd0a0301979b02b89cab2 Mon Sep 17 00:00:00 2001 From: Merrick Christensen Date: Wed, 17 Apr 2013 15:24:35 -0600 Subject: docs(concepts): fix spelling error --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') 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. -- cgit v1.2.3