Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
megazazik committed May 17, 2020
1 parent b9d99e9 commit 82f10bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 82f10bc

Please sign in to comment.