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.
1 parent b02f14a commit 2cd0deaCopy full SHA for 2cd0dea
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