[DOC] update quick_start and how to test pages

This commit is contained in:
Géry Debongnie
2021-12-20 17:17:32 +01:00
committed by Aaron Bohy
parent 3d6a5eb828
commit 75ad0835e9
3 changed files with 50 additions and 94 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ deleteTask(task) {
```
Notice that the `onDelete` prop is defined with a `.bind` suffix: this is a special
suffix that make sure the function callback is bound to the component.
suffix that makes sure the function callback is bound to the component.
## 10. Using a store