Skip to content

Commit 47e72c7

Browse files
arty-namejamesdaily
authored andcommitted
docs(guide/bootstrap): fix typo
Closes angular#4578
1 parent 5c58077 commit 47e72c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/bootstrap.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This is the sequence that your code should follow:
114114

115115
## Deferred Bootstrap
116116

117-
This features enables tools like Batarang and test runners to
117+
This feature enables tools like Batarang and test runners to
118118
hook into angular's bootstrap process and sneak in more modules
119119
into the DI registry which can replace or augment DI services for
120120
the purpose of instrumentation or mocking out heavy dependencies.
@@ -125,4 +125,4 @@ until `angular.resumeBootstrap()` is called.
125125

126126
`angular.resumeBootstrap()` takes an optional array of modules that
127127
should be added to the original list of modules that the app was
128-
about to be bootstrapped with.
128+
about to be bootstrapped with.

0 commit comments

Comments
 (0)