diff --git a/docs/en/actions.md b/docs/en/actions.md index 7e8172b29..5a3db9a52 100644 --- a/docs/en/actions.md +++ b/docs/en/actions.md @@ -187,7 +187,7 @@ export const caller = ({dispatch, state, watch}) { } ``` -Otherwise, you should use the old-fationed function syntax: +Otherwise, you should use the old-fashioned function syntax: ```javascript import {callee} from './anotherActionModule'