Skip to content

Commit

Permalink
chore(injector): fix typo in injector documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sqwishy authored and IgorMinar committed Oct 31, 2012
1 parent 249a1d8 commit 271d2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto/injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* // create an injector
* var $injector = angular.injector(['ng']);
*
* // use the injector to kick of your application
* // use the injector to kick off your application
* // use the type inference to auto inject arguments, or use implicit injection
* $injector.invoke(function($rootScope, $compile, $document){
* $compile($document)($rootScope);
Expand Down

0 comments on commit 271d2be

Please sign in to comment.