From 54bcb9ae25a99ada25e22d1209bc264a2dcd72a7 Mon Sep 17 00:00:00 2001 From: sqwishy trick Date: Thu, 25 Oct 2012 20:41:47 -0700 Subject: chore(injector): fix typo in injector documentation --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auto/injector.js') 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); -- cgit v1.2.3