Skip to content

Commit 565eed4

Browse files
authored
Update article.md
1 parent 4186226 commit 565eed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Uma instrução `switch` pode substituir muitas comparações `if` (se).
44

5-
Ela fornece uma forma mais descritiva para comparar um valor a múltiplas variantes.
5+
Ela fornece uma maneira mais descritiva de comparar um valor a múltiplas variantes.
66

77
## A sintaxe
88

0 commit comments

Comments
 (0)