fix: detection typo

This commit is contained in:
jdegand
2023-11-24 14:52:16 -05:00
parent bf884667d7
commit f6d6d5633d

View File

@@ -39,7 +39,7 @@ this.todos[todoUpdated.id - 1] = todoUpdated;
this.todos = [...this.todos.filter((t) => t.id !== todoUpdated.id), todoUpdated];
```
- Use **ChangeDectection.OnPush**
- Use **ChangeDetection.OnPush**
### Step 2: Improve