aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtemy Tregubenko2013-10-22 12:21:38 +0200
committerPete Bacon Darwin2013-10-25 22:11:08 +0100
commit28bf357553aeeea695c8eefd0fa133bb945a853f (patch)
tree60ba24541c1cd18614946815dd0e5145d2961515
parent34b1ceb42e0a75a07740654b0c3b6d8dd87ad211 (diff)
downloadangular.js-28bf357553aeeea695c8eefd0fa133bb945a853f.tar.bz2
docs(guide/bootstrap): fix typo
Closes #4578
-rw-r--r--docs/content/guide/bootstrap.ngdoc4
1 files 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.