docs(guide/di): fix weird character that broke jade

This commit is contained in:
Peter Bacon Darwin 2015-11-11 11:16:20 +00:00
parent f9c9f5e9e4
commit 1372a78fed
1 changed files with 1 additions and 1 deletions

View File

@ -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.
Lets return to our Car example.
Suppose configured the root injector (marked as A) with providers for `Car`, `Engine` and `Tires`.