From e79b845a45466ec589776068226498cf204ab115 Mon Sep 17 00:00:00 2001 From: Alec Date: Tue, 20 Mar 2018 11:28:11 -0400 Subject: [PATCH] docs(ivy): fix typo in STATUS.md --- packages/core/src/render3/STATUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/render3/STATUS.md b/packages/core/src/render3/STATUS.md index 3f492db4f0..2468ba56be 100644 --- a/packages/core/src/render3/STATUS.md +++ b/packages/core/src/render3/STATUS.md @@ -186,7 +186,7 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S | `@Query(read)` | ✅ | ✅ | n/a | | `@Query(selector)` | ✅ | ✅ | n/a | | `@Query(Type)` | ✅ | ✅ | n/a | -| `@ContentChildred` | ✅ | ✅ | ❌ | +| `@ContentChildren` | ✅ | ✅ | ❌ | | `@ContentChild` | ✅ | ✅ | ✅ | | `@ViewChildren` | ✅ | ✅ | ❌ | | `@ViewChild` | ✅ | ✅ | ✅ | @@ -278,4 +278,4 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S | `removeStyle()` | ✅ | | `setProperty()` | ✅ | | `setValue()` | ✅ | -| `listen()` | ✅ | \ No newline at end of file +| `listen()` | ✅ |