We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b02f14a + 2cd0dea commit d138bb3Copy full SHA for d138bb3
1-js/05-data-types/03-string/2-check-spam/solution.md
@@ -1,4 +1,4 @@
1
-To make the search case-insensitive, let's bring the stirng to lower case and then search:
+To make the search case-insensitive, let's bring the string to lower case and then search:
2
3
```js run
4
function checkSpam(str) {
0 commit comments