From 3e6cd80e8c8533a919793a6b3260c3debe9cf0b2 Mon Sep 17 00:00:00 2001 From: roelvan Date: Wed, 1 Jun 2016 18:47:26 +0700 Subject: [PATCH] typo --- docs/en/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'