diff --git a/aio/content/guide/hierarchical-dependency-injection.md b/aio/content/guide/hierarchical-dependency-injection.md index 38babf58ca..afd470b648 100644 --- a/aio/content/guide/hierarchical-dependency-injection.md +++ b/aio/content/guide/hierarchical-dependency-injection.md @@ -1019,10 +1019,10 @@ The logical tree representation shows why this is: "🐳")> <#VIEW @Provide(AnimalService="🦔") - @Inject(AnimalService, @SkipSelf, @Host, @Optional)=>"🦔"> + @Inject(AnimalService, @Optional)=>"🦔"> - <#VIEW @Provide(AnimalService="🐶") + <#VIEW @Provide(AnimalService="🦔") @Inject(AnimalService, @SkipSelf, @Host, @Optional)=>"🐶">