roelvan 9 jaren geleden
bovenliggende
commit
ba3b52d9f8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/en/actions.md

+ 1 - 1
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'