From 78e7312d3937c8d070ae317d59a4cd9c11527710 Mon Sep 17 00:00:00 2001 From: rachid Oussanaa Date: Sun, 16 May 2021 22:20:53 +0200 Subject: [PATCH] docs: change `project` to `projected` for past tense (#42118) PR Close #42118 --- aio/content/guide/content-projection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/content-projection.md b/aio/content/guide/content-projection.md index 6c017d2a8d..a663c5951d 100644 --- a/aio/content/guide/content-projection.md +++ b/aio/content/guide/content-projection.md @@ -114,7 +114,7 @@ The following steps demonstrate a typical implementation of conditional content In the previous step, you added an `ng-template` element with a custom attribute, `appExampleZippyDirective`. This code provides the logic that Angular will use when it encounters that custom attribute. In this case, that logic instructs Angular to instantiate a template reference. -1. In the component you want to project content into, use `@ContentChild` to get the template of the project content. +1. In the component you want to project content into, use `@ContentChild` to get the template of the projected content.