зеркало из https://github.com/microsoft/satcheljs.git
Fix minor typo in README.md (#137)
This commit is contained in:
Родитель
1b4ecdd40d
Коммит
208bfd75e2
|
@ -122,7 +122,7 @@ let requestAddTodo = action(
|
|||
orchestrator(requestAddTodo, async (actionMessage) => {
|
||||
await addTodoOnServer(actionMessage.text);
|
||||
addTodo(actionMessage.text);
|
||||
};
|
||||
});
|
||||
```
|
||||
|
||||
### mutatorAction
|
||||
|
|
Загрузка…
Ссылка в новой задаче