docs(guide/di): fix weird character that broke jade
This commit is contained in:
parent
f9c9f5e9e4
commit
1372a78fed
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue