diff --git a/aio/content/guide/hierarchical-dependency-injection.md b/aio/content/guide/hierarchical-dependency-injection.md index d1554f0961..d7e6a01728 100644 --- a/aio/content/guide/hierarchical-dependency-injection.md +++ b/aio/content/guide/hierarchical-dependency-injection.md @@ -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 `@Component()` decorator. Using `viewProviders` makes services -visibile in the `<#VIEW>`. +visible in the `<#VIEW>`.