diff --git a/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade b/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade index 85d9f94842..956063326f 100644 --- a/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade +++ b/public/docs/ts/latest/guide/hierarchical-dependency-injection.jade @@ -63,7 +63,7 @@ figure.image-display If we don't re-configure, the tree of injectors appears to be flat. All requests bubble up to the root injector that we configured with the `bootstrap` method. - The ability to configure one or more providers at different levels opens up interesting and useful possibilities. + The ability to configure one or more providers at different levels opens up interesting and useful possibilities. Let’s return to our Car example. Suppose configured the root injector (marked as A) with providers for `Car`, `Engine` and `Tires`.