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