Syntax correction (#33648)
The word 'turma' is used for a group of people. In this case the text refers to a Bootstrap class.
This commit is contained in:
committed by
Randell Dawson
parent
0b21ddac9f
commit
380427bfee
@ -18,7 +18,7 @@ localeTitle: Texto Central com Bootstrap
|
||||
|
||||
```yml
|
||||
tests:
|
||||
- text: Seu elemento <code>h2</code> deve ser centrado aplicando o <code>text-center</code> da turma
|
||||
- text: Seu elemento <code>h2</code> deve ser centrado aplicando a classe <code>text-center</code>
|
||||
testString: 'assert($("h2").hasClass("text-center"), "Your <code>h2</code> element should be centered by applying the class <code>text-center</code>");'
|
||||
- text: Seu elemento <code>h2</code> ainda deve ter a classe <code>red-text</code>
|
||||
testString: 'assert($("h2").hasClass("red-text"), "Your <code>h2</code> element should still have the class <code>red-text</code>");'
|
||||
|
Reference in New Issue
Block a user