From b9edc0a45f450ef6e75f433bb70181d6a92fb43c Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 1 Nov 2018 11:25:34 +0800 Subject: [PATCH] fix: spelling mistake + add further description. (#30477) Corrected the spelling of 'three', and added more descriptive content. --- .../css-flexbox/use-display-flex-to-position-two-boxes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/certifications/responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes/index.md b/guide/english/certifications/responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes/index.md index 36f238e659..3bbd707141 100644 --- a/guide/english/certifications/responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes/index.md +++ b/guide/english/certifications/responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes/index.md @@ -5,7 +5,7 @@ title: "Use display: flex to Position Two Boxes" Flexbox is a way to structure content in CSS3 which allows you to create responsie websites. -This challenge is to set the first out of thre steps when using Flexbox. You need to make the parent container a flex one by adding display:flex; to its CSS section. +This challenge is to set the first out of three steps when using Flexbox. You need to make the parent container a flex one by adding display:flex; to its CSS section. The CSS style can target a specific ID or HTML tag, or be aplied to multiple containers using a class. The parent container can be any container-type element, such as a div, section, header, footer, etc. Example: