docs(ivy): fix typo in STATUS.md

This commit is contained in:
Alec 2018-03-20 11:28:11 -04:00 committed by Victor Berchet
parent b492b9e12b
commit e79b845a45
No known key found for this signature in database
GPG Key ID: 74ACF42B93D98910
1 changed files with 2 additions and 2 deletions

View File

@ -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()` | ✅ |
| `listen()` | ✅ |