From c485c8a8c091cba4a153d5b352805cc632b6ad83 Mon Sep 17 00:00:00 2001 From: Turtuvshin Byambaa Date: Sat, 25 Jan 2020 18:53:25 +0800 Subject: [PATCH] docs(core): fix typo in hierarchical injectors doc (#34968) Fixes #34953 PR Close #34968 --- aio/content/guide/hierarchical-dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>`.