From 1372a78fed3090bd5c31abf2cd5f49b512163cdb Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 11 Nov 2015 11:16:20 +0000 Subject: [PATCH] docs(guide/di): fix weird character that broke jade --- .../docs/ts/latest/guide/hierarchical-dependency-injection.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.