diff --git a/1-js/02-first-steps/13-switch/article.md b/1-js/02-first-steps/13-switch/article.md index c2433ae41..b4757c99e 100644 --- a/1-js/02-first-steps/13-switch/article.md +++ b/1-js/02-first-steps/13-switch/article.md @@ -89,7 +89,7 @@ alert( 'Çok büyük' ); alert( "Böyle bir değeri bilmiyorum." ); ``` -````smart header="Her türli ifade `switch/case` olabilir. +````smart header="Her türli ifade `switch/case` olabilir." Örneğin: