1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +01:00

Correcting missing 'r'

Line 353 the word `centré` was write `centé`
This commit is contained in:
Antoine Braut 2019-01-11 11:27:25 +01:00 committed by GitHub
parent b63bf1b3f4
commit 89ff5da650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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