Typo correction

"stirng" to "string"
This commit is contained in:
Mojtaba Javan 2018-12-26 07:58:21 +03:30 committed by GitHub
parent b02f14a294
commit 2cd0dea867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
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:
```js run
function checkSpam(str) {