From d0ff02f5bda5b65c7baf01c33089b4abdbf3f33d Mon Sep 17 00:00:00 2001 From: Ousmane NDIAYE Date: Thu, 26 Oct 2017 14:42:12 +0200 Subject: [PATCH] Fix wrong title in french translation The title was wrong this section is not related to dispatch actions in components. --- docs/fr/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/actions.md b/docs/fr/actions.md index 224d638d9..dda27e5fc 100644 --- a/docs/fr/actions.md +++ b/docs/fr/actions.md @@ -37,7 +37,7 @@ actions: { } ``` -### Propager des actions dans les composants +### Propager des actions Les actions sont déclenchées par la méthode `store.dispatch` :