diff options
| author | sqwishy trick | 2012-10-25 20:41:47 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-10-31 14:19:05 -0700 |
| commit | 271d2bed3afacc780b40af8b692c40a031d79f9d (patch) | |
| tree | c36b5f8dd66b7ebad9d5fd447628a7cd77168352 | |
| parent | 249a1d84e7ac3b8528d317b8b0a80acb5dd9a271 (diff) | |
| download | angular.js-271d2bed3afacc780b40af8b692c40a031d79f9d.tar.bz2 | |
chore(injector): fix typo in injector documentation
| -rw-r--r-- | src/auto/injector.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js index a1d80ddb..4f37214d 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -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); |
