From 89ff5da650d616651e9b291a09cabf17b9382c06 Mon Sep 17 00:00:00 2001
From: Antoine Braut <antoine.braut@gmail.com>
Date: Fri, 11 Jan 2019 11:27:25 +0100
Subject: [PATCH] Correcting missing 'r'
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Line 353 the word `centré` was write `centé`
---
 fr-fr/markdown-fr.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr-fr/markdown-fr.html.markdown b/fr-fr/markdown-fr.html.markdown
index b3b7de85..26c2546a 100644
--- a/fr-fr/markdown-fr.html.markdown
+++ b/fr-fr/markdown-fr.html.markdown
@@ -350,7 +350,7 @@ ne sont pas tres agréable d'utilisation. Mais si vous en avez besoin :
 ```md
 | Col1 | Col2 | Col3 |
 | :----------- | :------: | ------------: |
-| Alignement Gauche | Centé | Alignement Droite |
+| Alignement Gauche | Centré | Alignement Droite |
 | bla | bla | bla |
 ```