From ae93bb01433d3e7ea8d1482cd0994da0ba04d3a0 Mon Sep 17 00:00:00 2001 From: Yigitcan Alanyali Date: Tue, 8 Sep 2020 09:33:55 +0200 Subject: [PATCH] Update css.md Fixed a typo. --- source/chapters/2/css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapters/2/css.md b/source/chapters/2/css.md index df6b9b4..1c37276 100644 --- a/source/chapters/2/css.md +++ b/source/chapters/2/css.md @@ -89,7 +89,7 @@ You can find a pre-installed meteor project with this folder structure, [here](h ## Use of Flexbox -To structure our layout model, we are using CSS3 Flexbile Box because it solves some problems that the layout float model have: +To structure our layout model, we are using CSS3 Flexible Box because it solves some problems that the layout float model have: - vertical and horizontal centering - same height columns