We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249a1d8 commit 271d2beCopy full SHA for 271d2be
src/auto/injector.js
@@ -20,7 +20,7 @@
20
* // create an injector
21
* var $injector = angular.injector(['ng']);
22
*
23
- * // use the injector to kick of your application
+ * // use the injector to kick off your application
24
* // use the type inference to auto inject arguments, or use implicit injection
25
* $injector.invoke(function($rootScope, $compile, $document){
26
* $compile($document)($rootScope);
0 commit comments