Skip to content

Commit b397730

Browse files
docs(core): Fix typo in DI docs (angular#55563)
PR Close angular#55563
1 parent 3ac0a78 commit b397730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adev/src/content/guide/di/hierarchical-dependency-injection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ In the example case, the constraints are:
466466
This would not be the case for a directive matched at the same location.
467467
* The ending location happens to be the same as the component itself, because it is the topmost component in this application.
468468

469-
1. The `ElementInjector` provided by the `ApplicationConfig` acts as the fallback injector when the injection token can't be found in the `ElementInjector` hierarchies.
469+
1. The `EnvironmentInjector` provided by the `ApplicationConfig` acts as the fallback injector when the injection token can't be found in the `ElementInjector` hierarchies.
470470

471471
### Using the `providers` array
472472

@@ -1177,4 +1177,4 @@ style RootInjector fill:#BDD7EE,color:#000
11771177

11781178
<docs-pill-row>
11791179
<docs-pill href="/guide/di/dependency-injection-providers" title="DI Providers"/>
1180-
</docs-pill-row>
1180+
</docs-pill-row>

0 commit comments

Comments
 (0)