diff options
author | Antoine Braut <antoine.braut@gmail.com> | 2019-01-11 11:27:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 11:27:25 +0100 |
commit | 89ff5da650d616651e9b291a09cabf17b9382c06 (patch) | |
tree | d486651cb88e8462bb5db3e09f53fb43818b13de /fr-fr/markdown-fr.html.markdown | |
parent | b63bf1b3f44a8a02b0c02b76402aacb7ec0db87c (diff) |
Correcting missing 'r'
Line 353 the word `centré` was write `centé`
Diffstat (limited to 'fr-fr/markdown-fr.html.markdown')
-rw-r--r-- | fr-fr/markdown-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ``` |