From c1c0b3b33fe9ec78fa4b10f80e6844b4468ac1fb Mon Sep 17 00:00:00 2001 From: Rafael Nascimento de Carvalho Date: Tue, 16 Oct 2018 11:00:55 -0300 Subject: [PATCH] Add translation for titles [Portuguese] (#19258) --- .../remove-an-element-using-jquery.portuguese.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/curriculum/challenges/portuguese/03-front-end-libraries/jquery/remove-an-element-using-jquery.portuguese.md b/curriculum/challenges/portuguese/03-front-end-libraries/jquery/remove-an-element-using-jquery.portuguese.md index bc48af5d46..09ff068d1d 100644 --- a/curriculum/challenges/portuguese/03-front-end-libraries/jquery/remove-an-element-using-jquery.portuguese.md +++ b/curriculum/challenges/portuguese/03-front-end-libraries/jquery/remove-an-element-using-jquery.portuguese.md @@ -6,14 +6,14 @@ videoUrl: '' localeTitle: Remover um elemento usando jQuery --- -## Description -
Agora vamos remover um elemento HTML da sua página usando jQuery. jQuery tem uma função chamada .remove() que remove um elemento HTML inteiramente Remove o elemento target4 da página usando a função .remove() .
+## Descrição +
Agora vamos remover um elemento HTML da sua página usando jQuery. jQuery tem uma função chamada .remove() que remove um elemento HTML inteiramente. Remova o elemento target4 da página usando a função .remove().
-## Instructions +## Instruções
-## Tests +## Testes
```yml @@ -27,7 +27,7 @@ tests:
-## Challenge Seed +## Desafio
@@ -41,7 +41,7 @@ tests: }); - +

jQuery Playground

@@ -73,7 +73,7 @@ tests:
-## Solution +## Solução
```js