Skip to content

Commit 2cd0dea

Browse files
authored
Typo correction
"stirng" to "string"
1 parent b02f14a commit 2cd0dea

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)