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

Commit fa5daa7

Browse files
smithlcaitp
authored andcommitted
docs(guide/di): correct spelling behinds > behind
Closes #8749
1 parent 00456a8 commit fa5daa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/guide/di.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ asks the injector to create an instance of the controller and its dependencies.
109109
injector.instantiate(MyController);
110110
```
111111

112-
This is all done behinds the scenes. Notice that by having the `ng-controller` ask the injector to
112+
This is all done behind the scenes. Notice that by having the `ng-controller` ask the injector to
113113
instantiate the class, it can satisfy all of the dependencies of `MyController` without the
114114
controller ever knowing about the injector.
115115

0 commit comments

Comments
 (0)