chore(i18n,curriculum): update translations (#42568)
This commit is contained in:
@ -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');
|
||||
|
@ -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--
|
||||
|
||||
|
Reference in New Issue
Block a user