docs(core): fix typo in hierarchical injectors doc (#34968)

Fixes #34953

PR Close #34968
This commit is contained in:
Turtuvshin Byambaa 2020-01-25 18:53:25 +08:00 committed by Andrew Kushnir
parent 549ab2ecc3
commit c485c8a8c0
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ finds the `FlowerService` and never sees the 🌺 (red hibiscus).
Use the `viewProviders` array as another way to provide services in the Use the `viewProviders` array as another way to provide services in the
`@Component()` decorator. Using `viewProviders` makes services `@Component()` decorator. Using `viewProviders` makes services
visibile in the `<#VIEW>`. visible in the `<#VIEW>`.
<div class="is-helpful alert"> <div class="is-helpful alert">