From 208bfd75e2f47cb371b47b14f3fa1d3e0ec0eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20de=20=C3=81vila=20Martins?= Date: Mon, 6 Jan 2020 14:49:26 -0300 Subject: [PATCH] Fix minor typo in README.md (#137) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f42a2..3e80118 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ let requestAddTodo = action( orchestrator(requestAddTodo, async (actionMessage) => { await addTodoOnServer(actionMessage.text); addTodo(actionMessage.text); -}; +}); ``` ### mutatorAction