From f3661e477b98aa9d4abe7bb7590776b334bbb5d2 Mon Sep 17 00:00:00 2001 From: Kevin LEVRON Date: Fri, 13 Jun 2014 15:38:28 +0200 Subject: [PATCH] Fix Typo [skip ci] --- docs/guide-fr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide-fr/README.md b/docs/guide-fr/README.md index bb8a7ab60d..b0fa7bcebe 100644 --- a/docs/guide-fr/README.md +++ b/docs/guide-fr/README.md @@ -34,7 +34,7 @@ Structure Application * [Script d'entrée](structure-entry-scripts.md) * [Applications](structure-applications.md) * [Composants application](structure-application-components.md) -* [Controlleurs](structure-controllers.md) +* [Contrôleurs](structure-controllers.md) * [Modèles](structure-models.md) * [Vues](structure-views.md) * **TBD** [Filtres](structure-filters.md) @@ -129,7 +129,7 @@ Services Web RESTful * [Démarrage rapide](rest-quick-start.md) * [Ressources](rest-resources.md) -* [Controlleurs](rest-controllers.md) +* [Contrôleurs](rest-controllers.md) * [Gestion des routes](rest-routing.md) * [Formattage des réponses](rest-response-formatting.md) * [Authentification](rest-authentication.md)