From 82f10bc620a993f1aa6490128aef7dd7c31d3484 Mon Sep 17 00:00:00 2001 From: Lebedev Mikhail Date: Sun, 17 May 2020 20:23:17 +0300 Subject: [PATCH] fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b80720..7af4b53 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ class MyAssistant extends Assistant { ### Dispatch actions -You dispatch any actions inside any method of assistant via the `dispatch` method. You can not use it before the `onInit` method call. +You can dispatch any actions inside any method of assistant via the `dispatch` method. You can not use it before the `onInit` method call. ```js class MyAssistant extends Assistant {