Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 192a225

Browse files
iammerrickpetebacondarwin
authored andcommitted
docs(concepts): fix spelling error
1 parent 3508f76 commit 192a225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 1 deletion
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)