Skip to content

Commit 271d2be

Browse files
sqwishyIgorMinar
authored andcommitted
chore(injector): fix typo in injector documentation
1 parent 249a1d8 commit 271d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* // create an injector
2121
* var $injector = angular.injector(['ng']);
2222
*
23-
* // use the injector to kick of your application
23+
* // use the injector to kick off your application
2424
* // use the type inference to auto inject arguments, or use implicit injection
2525
* $injector.invoke(function($rootScope, $compile, $document){
2626
* $compile($document)($rootScope);

0 commit comments

Comments
 (0)