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

Commit 8a2bfd7

Browse files
iammerrickpetebacondarwin
authored andcommitted
docs(concepts): fix spelling error
1 parent 1d3e79e commit 8a2bfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function arguments. When angular calls the function, it will use the {@link
425425
api/AUTO.$injector#invoke call} which will automatically fill the function
426426
arguments.
427427

428-
Examine the `ClockCtrl` bellow, and notice how it lists the dependencies in the constructor. When the
428+
Examine the `ClockCtrl` below, and notice how it lists the dependencies in the constructor. When the
429429
{@link api/ng.directive:ngController ng-controller} instantiates
430430
the controller it automatically provides the dependencies. There is no need to create
431431
dependencies, look for dependencies, or even get a reference to the injector.

0 commit comments

Comments
 (0)