From c7ba283f4531086246b5d71d884ff489e8faf33c Mon Sep 17 00:00:00 2001 From: Mau Di Bert Date: Sat, 25 May 2019 08:33:25 -0300 Subject: [PATCH] typo --- 1-js/05-data-types/03-string/2-check-spam/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/03-string/2-check-spam/task.md b/1-js/05-data-types/03-string/2-check-spam/task.md index d073adc0..3e722095 100644 --- a/1-js/05-data-types/03-string/2-check-spam/task.md +++ b/1-js/05-data-types/03-string/2-check-spam/task.md @@ -4,7 +4,7 @@ importance: 5 # Check for spam -Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise `false. +Write a function `checkSpam(str)` that returns `true` if `str` contains 'viagra' or 'XXX', otherwise false. The function must be case-insensitive: