Skip to content

Commit caa6bcd

Browse files
committed
Update translation
1 parent c896739 commit caa6bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1-js/02-first-steps/14-switch/1-rewrite-switch-if-else/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Transforme o "switch" num "if"
66

7-
Escreva empregando `if..else` código que corresponda ao seguinte `switch`:
7+
Escreva o código empregando `if..else` que corresponda ao seguinte `switch`:
88

99
```js
1010
switch (browser) {

1-js/02-first-steps/14-switch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ alert( 'Muito alto' );
8787
alert( "Não conheço tais valores" );
8888
```
8989

90-
````smart header="Qualquer expressão pode servir de argumento a `switch/case`"
90+
````smart header="Qualquer expressão pode servir de argumento a 'switch/case'"
9191
Ambos `switch` e `case` permitem expressões arbitrárias.
9292
9393
Por exemplo:

0 commit comments

Comments
 (0)