1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-23 23:03:40 +02:00

Merge pull request #3447 from Brautantoine/patch-1

[Markdown/fr] Fix missing 'r' in the word "centré"
This commit is contained in:
Divay Prakash
2019-01-12 15:53:14 +05:30
committed by GitHub

View File

@@ -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 |
```