From 48f89a06416c24aca4401c42753cb820ae1b29e6 Mon Sep 17 00:00:00 2001 From: Breno Xavier Date: Tue, 16 Oct 2018 09:30:43 -0400 Subject: [PATCH] Fix text to follow portuguese language syntax (#18485) --- ...n-property-to-create-rows-in-the-tweet-embed.portuguese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md b/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md index 6ed47f829c..c85bed0512 100644 --- a/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md +++ b/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md @@ -7,10 +7,10 @@ localeTitle: Aplicar a propriedade flex-direction para criar linhas no Tweet Inc --- ## Description -
O header e o footer do exemplo de incorporação de tweets possuem itens-filhos que podem ser organizados como linhas usando a propriedade flex-direction . Isso informa ao CSS para alinhar os filhos horizontalmente.
+
O header e o footer do exemplo de incorporação de tweets possuem itens-filhos que poderiam ser organizados como linhas usando a propriedade flex-direction . Isso informa ao CSS que alinhe os filhos horizontalmente.
## Instructions -
Adicione a propriedade CSS flex-direction ao header e ao footer e defina o valor como row.
+
Adicione a propriedade CSS flex-direction ao header e ao footer e defina o valor como *row*.
## Tests