diff options
| author | sqwishy trick | 2012-10-25 20:41:47 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-10-31 14:19:52 -0700 | 
| commit | 54bcb9ae25a99ada25e22d1209bc264a2dcd72a7 (patch) | |
| tree | 5398d06ad55468640055a259f13fca1f6174271e /src/auto | |
| parent | ad7ce0d40216cf3e0a721ef3a4815a03ae9f0bd9 (diff) | |
| download | angular.js-54bcb9ae25a99ada25e22d1209bc264a2dcd72a7.tar.bz2 | |
chore(injector): fix typo in injector documentation
Diffstat (limited to 'src/auto')
| -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 eb4cc45b..84b863b8 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);  | 
