Skip to content

Commit ee586c5

Browse files
Update 1-js/02-first-steps/14-switch/article.md
Co-authored-by: Christian Hegedüs <[email protected]>
1 parent 411f09b commit ee586c5

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
@@ -133,7 +133,7 @@ switch (a) {
133133
*/!*
134134
135135
default:
136-
alert('Das Result ist komisch. Wirklich.');
136+
alert('Das Resultat ist komisch. Wirklich.');
137137
}
138138
```
139139

0 commit comments

Comments
 (0)