We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371a68d commit 96b3686Copy full SHA for 96b3686
docs/content/guide/bootstrap.ngdoc
@@ -114,7 +114,7 @@ This is the sequence that your code should follow:
114
115
## Deferred Bootstrap
116
117
-This features enables tools like Batarang and test runners to
+This feature enables tools like Batarang and test runners to
118
hook into angular's bootstrap process and sneak in more modules
119
into the DI registry which can replace or augment DI services for
120
the purpose of instrumentation or mocking out heavy dependencies.
@@ -125,4 +125,4 @@ until `angular.resumeBootstrap()` is called.
125
126
`angular.resumeBootstrap()` takes an optional array of modules that
127
should be added to the original list of modules that the app was
128
-about to be bootstrapped with.
+about to be bootstrapped with.
0 commit comments