From 28bf357553aeeea695c8eefd0fa133bb945a853f Mon Sep 17 00:00:00 2001 From: Artemy Tregubenko Date: Tue, 22 Oct 2013 12:21:38 +0200 Subject: docs(guide/bootstrap): fix typo Closes #4578 --- docs/content/guide/bootstrap.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 1b8856f4..20407fd4 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -114,7 +114,7 @@ This is the sequence that your code should follow: ## Deferred Bootstrap -This features enables tools like Batarang and test runners to +This feature enables tools like Batarang and test runners to hook into angular's bootstrap process and sneak in more modules into the DI registry which can replace or augment DI services for the purpose of instrumentation or mocking out heavy dependencies. @@ -125,4 +125,4 @@ until `angular.resumeBootstrap()` is called. `angular.resumeBootstrap()` takes an optional array of modules that should be added to the original list of modules that the app was -about to be bootstrapped with. \ No newline at end of file +about to be bootstrapped with. -- cgit v1.2.3