Thank you for your pull request, with contributions like yours we will improve our Portuguese translation for millions of FreeCodeCamp users that want to learn to program using their native language.
Hope you continue to help us make FreeCodeCamp better for everyone!
* fix: removed all ​ from tests verbiage
* fix: added single quote to start text string
* remove single quote from text line
* fix: removed the hidden chars in the testStrings
* fix: removed hidden chars from testString section
* fix: removed hidden chars form testString part
* fix: removed hidden chars from testString part
* fix: removed hidden chars from testString part
* Fix text to follow portuguese language syntax
Change the positions of some words to be in accordance with the syntax rules of the Portuguese language.
* Update use-the-flex-wrap-property-to-wrap-a-row-or-column.portuguese.md
* Fix text to follow portuguese language syntax
Change the positions of some words to be in accordance with the syntax rules of the Portuguese language.
Change some translated words back to English for clarity of the instructions.
* Update use-the-flex-direction-property-to-make-a-column.portuguese.md
* Fix text to follow portuguese language syntax
Change the positions of some words to be in accordance with the syntax rules of the Portuguese language.
* Update use-the-align-self-property.portuguese.md
* Fix text to follow portuguese language syntax
Change the positions of some words to be in accordance with the syntax rules of the Portuguese language.
* Update use-the-align-items-property-in-the-tweet-embed.portuguese.md
Typo on the word "neste", it should be "este"
The word "campo" must come before "required" - on line 13
Lost question mark after "obrigatório" - on line 13
Wrong order of the word "de" on line 20
Change the positions of some words so that they are in accordance with the rules of syntax of the Portuguese language.
Change some translated words back to english for clarity (e.g. "...atribua a ele um valor de *center*" instead of "...atribua a ele um valor de centro ").
A test that featured nested arrays just happens to work, but nested arrays will not be removed if they’re duplicates by the current solution of this challenge. See issue #18265