Typo correction
"stirng" to "string"
This commit is contained in:
parent
b02f14a294
commit
2cd0dea867
1 changed files with 1 additions and 1 deletions
|
@ -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
|
```js run
|
||||||
function checkSpam(str) {
|
function checkSpam(str) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue