Skip to content

Commit d138bb3

Browse files
authored
Merge pull request #699 from mrmowji/patch-1
Typo correction
2 parents b02f14a + 2cd0dea commit d138bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/2-check-spam/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To make the search case-insensitive, let's bring the stirng to lower case and then search:
1+
To make the search case-insensitive, let's bring the string to lower case and then search:
22

33
```js run
44
function checkSpam(str) {

0 commit comments

Comments
 (0)