chore(i18n,curriculum): update translations (#42568)

This commit is contained in:
camperbot
2021-06-20 22:29:09 +05:30
committed by GitHub
parent 2c16234853
commit fe412b449e
24 changed files with 92 additions and 92 deletions

View File

@ -34,7 +34,7 @@ assert(
);
```
O elemento `form` deve ter o atributo `action` definido como `https://www.freecatphotoapp.com/submit-cat-photo`
O elemento `form` deve ter o atributo `action` definido como `https://www.freecatphotoapp.com/submit-cat-photo`.
```js
const action = $('form').attr('action');

View File

@ -42,7 +42,7 @@ O texto, `link to www.freecodecamp.org`, dentro do elemento `a`, é chamado de <
O resultado final do exemplo ficará assim:
Aqui está um link <a href="https://www.freecodecamp.org" target="_blank">para www.freecodecamp.org</a> para você clicar.
Here's a <a href="https://www.freecodecamp.org" target="_blank">link to www.freecodecamp.org</a> for you to follow.
# --instructions--