From ee5d130f04c3ac20e65fadcf4ee934bf7c4e8e7f Mon Sep 17 00:00:00 2001 From: Danilo Gila de Santana Date: Mon, 15 Oct 2018 13:31:36 -0300 Subject: [PATCH] add missing translation to portuguese (#19322) --- .../react/create-a-react-component.portuguese.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/portuguese/03-front-end-libraries/react/create-a-react-component.portuguese.md b/curriculum/challenges/portuguese/03-front-end-libraries/react/create-a-react-component.portuguese.md index 2c4c819418..90e32619e7 100644 --- a/curriculum/challenges/portuguese/03-front-end-libraries/react/create-a-react-component.portuguese.md +++ b/curriculum/challenges/portuguese/03-front-end-libraries/react/create-a-react-component.portuguese.md @@ -40,11 +40,10 @@ class MyComponent extends React.Component { super(props); } render() { - // change code below this line + // Mude o código depois dessa linha - - // change code above this line + // Mude o código acima dessa linha } };