From 380427bfee6b2207b779d9e6ae2b1ed605ae2574 Mon Sep 17 00:00:00 2001 From: Felipe Acquati Date: Mon, 3 Jun 2019 16:49:57 -0300 Subject: [PATCH] Syntax correction (#33648) The word 'turma' is used for a group of people. In this case the text refers to a Bootstrap class. --- .../bootstrap/center-text-with-bootstrap.portuguese.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md b/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md index ec65dfc11f..cd21bd48ab 100644 --- a/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md +++ b/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md @@ -18,7 +18,7 @@ localeTitle: Texto Central com Bootstrap ```yml tests: - - text: Seu elemento h2 deve ser centrado aplicando o text-center da turma + - text: Seu elemento h2 deve ser centrado aplicando a classe text-center testString: 'assert($("h2").hasClass("text-center"), "Your h2 element should be centered by applying the class text-center");' - text: Seu elemento h2 ainda deve ter a classe red-text testString: 'assert($("h2").hasClass("red-text"), "Your h2 element should still have the class red-text");'